SGF-460 - Remove unnecessary SLF4J compile-time dependency.

(cherry picked from commit f334cf2c5cc6292446f49c54d277437b8eb20f29)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2016-01-13 17:50:52 -08:00
parent a6ab1cf804
commit caa1d836ca

View File

@@ -131,8 +131,6 @@ dependencies {
compile "org.aspectj:aspectjweaver:$aspectjVersion"
compile "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
compile "org.slf4j:slf4j-api:$slf4jVersion"
compile "org.slf4j:jcl-over-slf4j:$slf4jVersion"
// Testing
testCompile("org.springframework:spring-test:$springVersion") {
@@ -144,8 +142,8 @@ dependencies {
testCompile "org.mockito:mockito-core:$mockitoVersion"
testCompile "javax.annotation:jsr250-api:1.0", optional
testCompile "org.apache.derby:derbyLocale_zh_TW:10.9.1.0"
testRuntime "log4j:log4j:$log4jVersion"
testRuntime "org.apache.derby:derbyLocale_zh_TW:10.9.1.0"
testRuntime "org.slf4j:slf4j-log4j12:$slf4jVersion"
sharedResources "org.springframework.data.build:spring-data-build-resources:$springDataBuildVersion@zip"