Fix incorrect scope on the 'org.springframework.data:spring-data-geode-test' dependency in the 'spring-geode-starter-test' module.
Fix incorrect scope on the 'org.springframework.data:spring-data-gemfire-test' dependency in the 'spring-gemfire-starter-test' module. Resolves gh-50.
This commit is contained in:
@@ -7,8 +7,10 @@ dependencies {
|
||||
|
||||
compile project(':spring-gemfire-starter')
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-test"
|
||||
compile("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-gemfire-test:$springDataGeodeTestVersion"
|
||||
compile "org.springframework.data:spring-data-gemfire-test:$springDataGeodeTestVersion"
|
||||
|
||||
}
|
||||
|
||||
@@ -11,6 +11,6 @@ dependencies {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
|
||||
testCompile 'org.springframework.data:spring-data-geode-test'
|
||||
compile 'org.springframework.data:spring-data-geode-test'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user