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:
@@ -9,7 +9,7 @@ dependencies {
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
testCompile("org.springframework.data:spring-data-gemfire-test:$springDataGeodeTestVersion") {
|
||||
compile("org.springframework.data:spring-data-gemfire-test:$springDataGeodeTestVersion") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
testCompile('org.springframework.data:spring-data-geode-test') {
|
||||
compile('org.springframework.data:spring-data-geode-test') {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user