mchange-commons/mchange-no-tests.patch
2020-03-04 16:01:56 +08:00

15 lines
658 B
Diff

--- a/project/Build.scala.orig 2016-05-06 20:17:31.000000000 +0100
+++ b/project/Build.scala 2017-02-13 11:13:01.440309367 +0000
@@ -52,10 +52,7 @@
val dependencies = Seq(
"com.typesafe" % "config" % "1.2.1" % "compile,optional",
"log4j" % "log4j" % "1.2.14+" % "compile,optional",
- "org.slf4j" % "slf4j-api" % "1.7.5+" % "compile,optional",
- "junit" % "junit" % "4.1+" % "test",
- "ch.qos.logback" % "logback-classic" % "1.1.2" % "test",
- "com.novocode" % "junit-interface" % "0.10-M3" % "test"
+ "org.slf4j" % "slf4j-api" % "1.7.5+" % "compile,optional"
);
override lazy val settings = super.settings ++ mySettings;