Skip to content

Commit

Permalink
Remove test dependencies from spring-build-src
Browse files Browse the repository at this point in the history
The spring-build-src module does not contain any tests. Thus, we do not
need any test dependencies.
  • Loading branch information
sbrannen committed Aug 17, 2019
1 parent 303fc32 commit ceaf6f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ repositories {
mavenCentral()
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.assertj:assertj-core:3.11.1'
}

gradlePlugin {
plugins {
compileConventionsPlugin {
Expand Down

0 comments on commit ceaf6f4

Please sign in to comment.