We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7da8 commit 3a0d82fCopy full SHA for 3a0d82f
build.sbt
@@ -64,7 +64,7 @@ libraryDependencies ++= Seq(
64
"org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test",
65
"org.xerial.java" % "xerial-core" % "2.1" % "test",
66
"org.wvlet.airframe" %% "airframe-log" % "22.9.0" % "test",
67
- "org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
+ "org.osgi" % "org.osgi.core" % "4.3.1" % "provided",
68
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
69
"org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java")
70
)
0 commit comments