Add optional 'org.springframework:spring-test' dependency.

This commit is contained in:
John Blum
2020-04-23 14:37:07 -07:00
parent ee4026ae4f
commit d0fb0b3485

View File

@@ -18,6 +18,8 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
optional "org.springframework:spring-test"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"