We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780e389 commit d06ff5bCopy full SHA for d06ff5b
build.gradle
@@ -57,9 +57,6 @@ dependencies {
57
provided "com.foo:foo-lib:1.0.1" - if you DON'T want it to be packaged in the module zip
58
*/
59
60
-// compile "log4j:log4j:$log4jVersion"
61
-// compile "org.slf4j:slf4j-api:$slf4jVersion"
62
-
63
provided "org.scala-lang:scala-library:$scalaVersion"
64
provided "org.scala-lang:scala-compiler:$scalaVersion"
65
provided "io.vertx:lang-scala:$scalaLangModVersion"
gradle.properties
@@ -31,9 +31,6 @@ gradleVersion=1.6
31
# The version of Vert.x
32
vertxVersion=2.0.0-final
33
34
-log4jVersion=1.2.16
35
-slf4jVersion=1.6.2
36
37
# The version of Vert.x test tools
38
toolsVersion=2.0.0-final
39
0 commit comments