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";
|
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
||||||
}
|
}
|
||||||
|
|
||||||
testCompile slf4jDependencies
|
|
||||||
testCompile "org.springframework.data:spring-data-geode-test"
|
testCompile "org.springframework.data:spring-data-geode-test"
|
||||||
|
testCompile slf4jDependencies
|
||||||
|
|
||||||
testRuntime "javax.cache:cache-api"
|
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";
|
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
||||||
}
|
}
|
||||||
|
|
||||||
testCompile slf4jDependencies
|
|
||||||
testCompile "org.springframework.data:spring-data-geode-test"
|
testCompile "org.springframework.data:spring-data-geode-test"
|
||||||
|
testCompile slf4jDependencies
|
||||||
// integrationTestRuntime "org.springframework.shell:spring-shell"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user