Reduce test (compile/implementation) dependencies and rely on the 'testDependencies' Gradle build extension.

Re-add the Google Code FindBugs dependency to the test compile classpath to remove the Java annotation (When) warnings.
This commit is contained in:
John Blum
2021-11-17 13:20:46 -08:00
parent e56125e7c7
commit 0c808de97c

View File

@@ -29,13 +29,9 @@ dependencies {
provided "org.apache.geode:geode-logging:$apacheGeodeVersion"
provided "org.apache.geode:geode-serialization:$apacheGeodeVersion" // Need for Geode Serialization
testImplementation "org.assertj:assertj-core"
testImplementation "junit:junit"
testImplementation "org.mockito:mockito-core"
testImplementation "edu.umd.cs.mtc:multithreadedtc"
testImplementation "org.springframework:spring-test"
testCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
testImplementation "org.springframework:spring-web"
testImplementation "org.springframework.data:spring-data-geode-test"
testRuntime "ch.qos.logback:logback-classic"
testRuntime "org.apache.logging.log4j:log4j-to-slf4j"