Update org.osgi.core to 6.0.0 (#387)

This commit is contained in:
xerial-bot 2023-01-29 19:21:23 -08:00 committed by GitHub
parent 8707c34446
commit 5ad862e802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ libraryDependencies ++= Seq(
"org.codehaus.plexus" % "plexus-classworlds" % "2.7.0" % "test",
"org.xerial.java" % "xerial-core" % "2.1" % "test",
"org.wvlet.airframe" %% "airframe-log" % "23.1.4" % "test",
"org.osgi" % "org.osgi.core" % "4.3.1" % "provided",
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
"org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")
)