Remove test dependencies from spring-build-src

The spring-build-src module does not contain any tests. Thus, we do not
need any test dependencies.
This commit is contained in:
Sam Brannen 2019-08-17 18:56:11 +02:00
parent 303fc3211c
commit ceaf6f46ac
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@ repositories {
mavenCentral()
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.assertj:assertj-core:3.11.1'
}
gradlePlugin {
plugins {
compileConventionsPlugin {