Skip to content

Commit ceaf6f4

Browse files
committed
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.
1 parent 303fc32 commit ceaf6f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ repositories {
66
mavenCentral()
77
}
88

9-
dependencies {
10-
testImplementation 'junit:junit:4.12'
11-
testImplementation 'org.assertj:assertj-core:3.11.1'
12-
}
13-
149
gradlePlugin {
1510
plugins {
1611
compileConventionsPlugin {

0 commit comments

Comments
 (0)