Skip to content

Commit 27350ca

Browse files
committed
logging dependencies
1 parent 6271012 commit 27350ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ 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+
6063
provided "org.scala-lang:scala-library:$scalaVersion"
6164
provided "org.scala-lang:scala-compiler:$scalaVersion"
6265
provided "io.vertx:lang-scala:$scalaLangModVersion"

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ 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+
3437
# The version of Vert.x test tools
3538
toolsVersion=2.0.0-final
3639

0 commit comments

Comments
 (0)