Re-order testCompile dependencies.
Remove commented code (dependency declarations).
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user