Skip to content

Commit 780e389

Browse files
committed
exclude logging jars (hopefully still works with cloudbees)
1 parent 7e07034 commit 780e389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies {
5757
provided "com.foo:foo-lib:1.0.1" - if you DON'T want it to be packaged in the module zip
5858
*/
5959

60-
compile "log4j:log4j:$log4jVersion"
61-
compile "org.slf4j:slf4j-api:$slf4jVersion"
60+
// compile "log4j:log4j:$log4jVersion"
61+
// compile "org.slf4j:slf4j-api:$slf4jVersion"
6262

6363
provided "org.scala-lang:scala-library:$scalaVersion"
6464
provided "org.scala-lang:scala-compiler:$scalaVersion"

0 commit comments

Comments
 (0)