Skip to content

Commit d06ff5b

Browse files
committed
clean up unused logging dependencies again
1 parent 780e389 commit d06ff5b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ 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"
62-
6360
provided "org.scala-lang:scala-library:$scalaVersion"
6461
provided "org.scala-lang:scala-compiler:$scalaVersion"
6562
provided "io.vertx:lang-scala:$scalaLangModVersion"

gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ gradleVersion=1.6
3131
# The version of Vert.x
3232
vertxVersion=2.0.0-final
3333

34-
log4jVersion=1.2.16
35-
slf4jVersion=1.6.2
36-
3734
# The version of Vert.x test tools
3835
toolsVersion=2.0.0-final
3936

0 commit comments

Comments
 (0)