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:
parent
303fc3211c
commit
ceaf6f46ac
|
|
@ -6,11 +6,6 @@ repositories {
|
|||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.assertj:assertj-core:3.11.1'
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
compileConventionsPlugin {
|
||||
|
|
|
|||
Loading…
Reference in New Issue