This commit is contained in:
John Blum
2018-09-18 22:50:14 -07:00
parent c9b42ab0bc
commit 3661d58a69
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
testCompile "org.springframework.data:spring-data-geode-test"

View File

@@ -9,7 +9,7 @@ dependencies {
compile "org.springframework.data:spring-data-geode"
compile("org.springframework.boot:spring-boot-starter") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
testCompile "org.assertj:assertj-core"
@@ -19,7 +19,7 @@ dependencies {
testCompile "edu.umd.cs.mtc:multithreadedtc"
testCompile("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
testCompile "org.springframework.data:spring-data-geode-test"