Skip to content

Commit

Permalink
Add guava exclude.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Nov 29, 2024
1 parent 6e94eb4 commit b48dd47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -820,4 +820,10 @@ lazy val `hmda-quarterly-data-service` = (project in file ("hmda-quarterly-data-
.dependsOn(common % "compile->compile;test->test")
.dependsOn(`hmda-protocol` % "compile->compile;test->test")

ThisBuild / libraryDependencies += "com.google.guava" % "guava" % "32.0.0-android"
ThisBuild / libraryDependencies += "com.google.guava" % "guava" % "32.0.0-android"

libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.15.0" exclude ("com.google.guava", "guava"),
"com.datastax.oss" % "java-driver-shaded-guava" % "25.1-jre-graal-sub-1" exclude ("com.google.guava", "guava"),
"com.google.guava" % "guava" % "32.0.0-android"
)

0 comments on commit b48dd47

Please sign in to comment.