We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8707c34 commit 5ad862eCopy full SHA for 5ad862e
build.sbt
@@ -69,7 +69,7 @@ libraryDependencies ++= Seq(
69
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
70
"org.xerial.java" % "xerial-core" % "2.1" % "test",
71
"org.wvlet.airframe" %% "airframe-log" % "23.1.4" % "test",
72
- "org.osgi" % "org.osgi.core" % "4.3.1" % "provided",
+ "org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
73
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
74
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
75
)
0 commit comments