Skip to content

Commit

Permalink
Merge pull request #1966 from jroper/1966-upgrade-javassist
Browse files Browse the repository at this point in the history
[Play-2.2.x] some code causes java.lang.VerifyError at runtime
  • Loading branch information
pvlugter committed May 28, 2014
2 parents 65cbae0 + 78b8bf8 commit 1534d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/project/Dependencies.scala
Expand Up @@ -56,7 +56,7 @@ object Dependencies {
("org.springframework" % "spring-beans" % "4.0.3.RELEASE" notTransitive ())
.exclude("org.springframework", "spring-core"),

"org.javassist" % "javassist" % "3.18.1-GA",
"org.javassist" % "javassist" % "3.18.2-GA",

("org.reflections" % "reflections" % "0.9.8" notTransitive ())
.exclude("javassist", "javassist"),
Expand Down Expand Up @@ -112,7 +112,7 @@ object Dependencies {


val link = Seq(
"org.javassist" % "javassist" % "3.18.1-GA")
"org.javassist" % "javassist" % "3.18.2-GA")

val routersCompilerDependencies = Seq(
"commons-io" % "commons-io" % "2.0.1"
Expand Down Expand Up @@ -140,7 +140,7 @@ object Dependencies {
"org.avaje.ebeanorm" % "avaje-ebeanorm-agent" % "3.2.2" exclude ("javax.persistence", "persistence-api"),

h2database,
"org.javassist" % "javassist" % "3.18.1-GA",
"org.javassist" % "javassist" % "3.18.2-GA",

"net.contentobjects.jnotify" % "jnotify" % "0.94",

Expand Down

0 comments on commit 1534d66

Please sign in to comment.