File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ autoScalaLibrary := false
65
65
crossPaths := false
66
66
67
67
libraryDependencies ++= Seq (
68
- " junit" % " junit" % " 4.13.2" % " test" ,
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" % " 22.12.6 " % " test" ,
72
- " org.osgi" % " org.osgi.core" % " 4.3.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" )
68
+ " junit" % " junit" % " 4.13.2" % " test" ,
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.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
75
)
76
76
77
77
enablePlugins(SbtOsgi )
You can’t perform that action at this time.
0 commit comments