Switch direct [test] compile dependency on 'org.springframework.data:spring-data-geode-test' to 'spring-geode-starter-test'.
This commit is contained in:
@@ -11,15 +11,11 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Auto-Con
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode-starter")
|
||||
compile project(":spring-geode-starter-test")
|
||||
|
||||
compile "org.assertj:assertj-core"
|
||||
compile "org.projectlombok:lombok"
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
}
|
||||
|
||||
@@ -13,14 +13,10 @@ dependencies {
|
||||
runtime "org.springframework.boot:spring-boot-starter-thymeleaf"
|
||||
|
||||
testCompile project(":spring-geode-starter-session")
|
||||
testCompile project(":spring-geode-starter-test")
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
testCompile("org.springframework.data:spring-data-geode-test") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bootJar {
|
||||
|
||||
@@ -17,12 +17,9 @@ dependencies {
|
||||
runtime "org.hsqldb:hsqldb"
|
||||
runtime "org.springframework.boot:spring-boot-starter-jetty"
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testCompile project(":spring-geode-starter-test")
|
||||
|
||||
testCompile("org.springframework.data:spring-data-geode-test") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -10,13 +10,9 @@ dependencies {
|
||||
|
||||
runtime "org.springframework.boot:spring-boot-starter-jetty"
|
||||
|
||||
testCompile project(":spring-geode-starter-test")
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
testCompile("org.springframework.data:spring-data-geode-test") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bootJar {
|
||||
|
||||
@@ -17,12 +17,9 @@ dependencies {
|
||||
|
||||
runtime "org.springframework.boot:spring-boot-starter-jetty"
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
testCompile project (":spring-geode-starter-test")
|
||||
|
||||
testCompile("org.springframework.data:spring-data-geode-test") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user