Refactor Gradle project dependencies.
Remove unnecessary 'javax.servlet:javax.servlet-api' provided dependency in 'spring-geode-autoconfigure'. Remove unnecessary 'org.springframework.boot:spring-boot-starter-tomcat' runtime dependency from 'spring-geode-samples-caching-httpsession'. Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-inline'. Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-lookaside'. Remove unnecessary 'javax.cache:cache-api' runtime dependency from 'spring-geode-samples-caching-near'.
This commit is contained in:
@@ -5,12 +5,12 @@ description = "Spring Boot Test Starter for Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-geode-starter')
|
||||
|
||||
compile("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
|
||||
compile(project(':spring-geode-starter'))
|
||||
|
||||
testCompile 'org.springframework.data:spring-data-geode-test'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user