Declare concrete slf4j logging deps as runtime-scoped

This commit is contained in:
Chris Beams 2015-01-05 15:12:51 +01:00
parent 6c559e6a65
commit b977605771
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ dependencies {
compile "org.javassist:javassist:3.15.0-GA"
compile "commons-logging:commons-logging:1.0" // TODO: provided scope
compile "org.slf4j:slf4j-api:${slf4jVersion}"
compile "org.slf4j:jcl-over-slf4j:${slf4jVersion}" // TODO: runtime scope
compile "org.slf4j:slf4j-log4j12:${slf4jVersion}" // TODO: runtime scope
runtime "org.slf4j:jcl-over-slf4j:${slf4jVersion}" // TODO: runtime scope
runtime "org.slf4j:slf4j-log4j12:${slf4jVersion}" // TODO: runtime scope
compile "log4j:log4j:${log4jVersion}"
compile "log4j:apache-log4j-extras:${log4jVersion}"
compile "org.codehaus.jackson:jackson-mapper-asl:1.9.13"