Re-order testCompile dependencies.

Remove commented code (dependency declarations).
This commit is contained in:
John Blum
2018-08-22 15:13:21 -07:00
parent fa452b8801
commit d659271613
2 changed files with 2 additions and 6 deletions

View File

@@ -16,11 +16,9 @@ dependencies {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
}
testCompile slf4jDependencies
testCompile "org.springframework.data:spring-data-geode-test"
testCompile slf4jDependencies
testRuntime "javax.cache:cache-api"
// integrationTestRuntime "org.springframework.shell:spring-shell"
}

View File

@@ -22,9 +22,7 @@ dependencies {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
}
testCompile slf4jDependencies
testCompile "org.springframework.data:spring-data-geode-test"
// integrationTestRuntime "org.springframework.shell:spring-shell"
testCompile slf4jDependencies
}