Skip to content

Commit

Permalink
Merge pull request #164 from jsirois/bijection-guava/jsr305_pom_worka…
Browse files Browse the repository at this point in the history
…round

Pin bijection-guava to jsr305 1.3.9.
  • Loading branch information
ianoc committed Feb 25, 2014
2 parents 07b7137 + c4c7056 commit 3dddb45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ object BijectionBuild extends Build {
lazy val bijectionGuava = module("guava").settings(
osgiExportAll("com.twitter.bijection.guava"),
libraryDependencies ++= Seq(
// This dependency is required due to a bug with guava 13.0, detailed here:
// This dependency is required because scalac needs access to all java
// runtime annotations even though javac does not as detailed here:
// http://code.google.com/p/guava-libraries/issues/detail?id=1095
"com.google.code.findbugs" % "jsr305" % "1.3.+",
"com.google.code.findbugs" % "jsr305" % "1.3.9",
"com.google.guava" % "guava" % "14.0"
)
).dependsOn(bijectionCore % "test->test;compile->compile")
Expand Down

0 comments on commit 3dddb45

Please sign in to comment.