mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-22 13:34:27 +02:00
Update airframe-log to 2025.1.14 (#668)
This commit is contained in:
parent
af7f7b32d7
commit
89891ed926
14
build.sbt
14
build.sbt
@ -72,13 +72,13 @@ autoScalaLibrary := false
|
|||||||
crossPaths := false
|
crossPaths := false
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"junit" % "junit" % "4.13.2" % "test",
|
"junit" % "junit" % "4.13.2" % "test",
|
||||||
"org.codehaus.plexus" % "plexus-classworlds" % "2.9.0" % "test",
|
"org.codehaus.plexus" % "plexus-classworlds" % "2.9.0" % "test",
|
||||||
"org.xerial.java" % "xerial-core" % "2.1" % "test",
|
"org.xerial.java" % "xerial-core" % "2.1" % "test",
|
||||||
"org.wvlet.airframe" %% "airframe-log" % "2025.1.1" % "test",
|
"org.wvlet.airframe" %% "airframe-log" % "2025.1.14" % "test",
|
||||||
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
|
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
|
||||||
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
|
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
|
||||||
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
|
||||||
)
|
)
|
||||||
|
|
||||||
enablePlugins(SbtOsgi)
|
enablePlugins(SbtOsgi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user