Skip to content

Commit

Permalink
chore(build): Remove redundant junit dependency declarations (#502)
Browse files Browse the repository at this point in the history
These are not being used directly in source code and the ones that
are used are being pulled in transitively anyway. They cause problems
when renovate updates them.
  • Loading branch information
matrei authored Jan 22, 2024
1 parent 2c01ff7 commit a9e3f48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ subprojects { subproject->
documentation "com.github.javaparser:javaparser-core:$javaParserCoreVersion"

testImplementation "org.spockframework:spock-core:$spockVersion"
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
testImplementation "org.junit.platform:junit-platform-runner:1.9.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
}

tasks.withType(Test) {
Expand Down

0 comments on commit a9e3f48

Please sign in to comment.