diff --git a/spring-gemfire-starter-test/spring-gemfire-starter-test.gradle b/spring-gemfire-starter-test/spring-gemfire-starter-test.gradle index df03c68a..4a0b7100 100644 --- a/spring-gemfire-starter-test/spring-gemfire-starter-test.gradle +++ b/spring-gemfire-starter-test/spring-gemfire-starter-test.gradle @@ -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" } diff --git a/spring-geode-starter-test/spring-geode-starter-test.gradle b/spring-geode-starter-test/spring-geode-starter-test.gradle index 0c8323d4..3a5b6146 100644 --- a/spring-geode-starter-test/spring-geode-starter-test.gradle +++ b/spring-geode-starter-test/spring-geode-starter-test.gradle @@ -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" }