File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ autoScalaLibrary := false
72
72
crossPaths := false
73
73
74
74
libraryDependencies ++= Seq (
75
- " junit" % " junit" % " 4.13.2" % " test" ,
76
- " org.codehaus.plexus" % " plexus-classworlds" % " 2.8.0" % " test" ,
77
- " org.xerial.java" % " xerial-core" % " 2.1" % " test" ,
78
- " org.wvlet.airframe" %% " airframe-log" % " 2025.1.1 " % " test" ,
79
- " org.osgi" % " org.osgi.core" % " 6.0.0" % " provided" ,
80
- " com.github.sbt" % " junit-interface" % " 0.13.3" % " test" ,
81
- " org.apache.hadoop" % " hadoop-common" % " 3.4.1" % " test" exclude (" org.xerial.snappy" , " snappy-java" )
75
+ " junit" % " junit" % " 4.13.2" % " test" ,
76
+ " org.codehaus.plexus" % " plexus-classworlds" % " 2.8.0" % " test" ,
77
+ " org.xerial.java" % " xerial-core" % " 2.1" % " test" ,
78
+ " org.wvlet.airframe" %% " airframe-log" % " 2025.1.10 " % " test" ,
79
+ " org.osgi" % " org.osgi.core" % " 6.0.0" % " provided" ,
80
+ " com.github.sbt" % " junit-interface" % " 0.13.3" % " test" ,
81
+ " org.apache.hadoop" % " hadoop-common" % " 3.4.1" % " test" exclude (" org.xerial.snappy" , " snappy-java" )
82
82
)
83
83
84
84
enablePlugins(SbtOsgi )
You can’t perform that action at this time.
0 commit comments