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 @@ -60,13 +60,13 @@ autoScalaLibrary := false
60
60
crossPaths := false
61
61
62
62
libraryDependencies ++= Seq (
63
- " junit" % " junit" % " 4.13.2" % " test" ,
64
- " org.codehaus.plexus" % " plexus-classworlds" % " 2.4" % " test" ,
65
- " org.xerial.java" % " xerial-core" % " 2.1" % " test" ,
66
- " org.wvlet.airframe" %% " airframe-log" % " 21.12.1 " % " test" ,
67
- " org.osgi" % " org.osgi.core" % " 4.3.0" % " provided" ,
68
- " com.github.sbt" % " junit-interface" % " 0.13.3" % " test" ,
69
- " org.apache.hadoop" % " hadoop-common" % " 2.7.3" % " test" exclude (" org.xerial.snappy" , " snappy-java" )
63
+ " junit" % " junit" % " 4.13.2" % " test" ,
64
+ " org.codehaus.plexus" % " plexus-classworlds" % " 2.4" % " test" ,
65
+ " org.xerial.java" % " xerial-core" % " 2.1" % " test" ,
66
+ " org.wvlet.airframe" %% " airframe-log" % " 22.9.0 " % " test" ,
67
+ " org.osgi" % " org.osgi.core" % " 4.3.0" % " provided" ,
68
+ " com.github.sbt" % " junit-interface" % " 0.13.3" % " test" ,
69
+ " org.apache.hadoop" % " hadoop-common" % " 2.7.3" % " test" exclude (" org.xerial.snappy" , " snappy-java" )
70
70
)
71
71
72
72
enablePlugins(SbtOsgi )
You can’t perform that action at this time.
0 commit comments