Skip to content

Commit 7d6bbc9

Browse files
committed
Move optional jsr305 to commons-mongo
1 parent c94b43b commit 7d6bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ object Commons extends ProjectGroup("commons") {
266266
jvmCommonSettings,
267267
sourceDirsSettings(_ / "jvm"),
268268
libraryDependencies ++= Seq(
269-
"com.google.code.findbugs" % "jsr305" % jsr305Version % Optional,
270269
"com.google.guava" % "guava" % guavaVersion % Optional,
271270
"io.monix" %% "monix" % monixVersion % Optional,
272271
),
@@ -292,6 +291,7 @@ object Commons extends ProjectGroup("commons") {
292291
sourceDirsSettings(_ / "jvm"),
293292
libraryDependencies ++= Seq(
294293
"com.google.guava" % "guava" % guavaVersion,
294+
"com.google.code.findbugs" % "jsr305" % jsr305Version % Optional,
295295
"io.monix" %% "monix" % monixVersion,
296296
"org.mongodb" % "mongodb-driver-core" % mongoVersion,
297297
"org.mongodb" % "mongodb-driver-sync" % mongoVersion % Optional,

0 commit comments

Comments
 (0)