SGF-460 - Remove unnecessary SLF4J compile-time dependency.
(cherry picked from commit f334cf2c5c)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
@@ -84,8 +84,6 @@ dependencies {
|
||||
compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
|
||||
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") {
|
||||
@@ -98,7 +96,7 @@ dependencies {
|
||||
|
||||
testCompile "javax.annotation:jsr250-api:1.0", optional
|
||||
testRuntime "log4j:log4j:$log4jVersion"
|
||||
testCompile "org.apache.derby:derbyLocale_zh_TW:10.9.1.0"
|
||||
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"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
antlrVersion=2.7.7
|
||||
slf4jVersion=1.7.12
|
||||
junitVersion=4.12
|
||||
gemfireVersion=8.1.0
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
aspectjVersion=1.8.5
|
||||
springDataBuildVersion=1.7.3.BUILD-SNAPSHOT
|
||||
springVersion=4.1.9.RELEASE
|
||||
springDataCommonsVersion=1.11.3.BUILD-SNAPSHOT
|
||||
log4jVersion=1.2.17
|
||||
gemfireVersion=8.1.0
|
||||
hamcrestVersion=1.3
|
||||
version=1.7.3.BUILD-SNAPSHOT
|
||||
jacksonVersion=2.6.4
|
||||
junitVersion=4.12
|
||||
log4jVersion=1.2.17
|
||||
mockitoVersion=1.10.19
|
||||
slf4jVersion=1.7.12
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
springVersion=4.1.9.RELEASE
|
||||
springDataBuildVersion=1.7.3.BUILD-SNAPSHOT
|
||||
springDataCommonsVersion=1.11.3.BUILD-SNAPSHOT
|
||||
version=1.7.3.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user