Skip to content

Commit

Permalink
chore(deps): Remove unused test deps (#127)
Browse files Browse the repository at this point in the history
The dependencies for old test frameworks are no longer required

Related: #126
  • Loading branch information
matrei authored Apr 4, 2024
1 parent 9c840c6 commit 5d46f8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ dependencies {
compileOnly libs.groovy.core // CompileStatic and Slf4j
compileOnly libs.javax.annotation.api // Provided

testImplementation libs.groovy.test
testImplementation libs.junit4
testImplementation libs.spock.core

testRuntimeOnly libs.junit.vintage.engine // Needed for JUnit 4 tests to run
testRuntimeOnly libs.slf4j.nop // Get rid of warning about missing slf4j implementation during test task
}

Expand Down
5 changes: 0 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
grails = '6.1.2'
groovy = '3.0.21'
javax-annotation-api = '1.3.2'
junit4 = '4.13'
junit-jupiter = '5.10.2'
quartz = '2.3.2'
slf4j = '1.7.36'
spring = '5.3.33'
Expand All @@ -16,10 +14,7 @@ grails-docs = { group = 'org.grails', name = 'grails-docs', version.ref = 'grail
groovy-core = { group = 'org.codehaus.groovy', name = 'groovy', version.ref = 'groovy' }
groovy-sql = { group = 'org.codehaus.groovy', name = 'groovy-sql', version.ref = 'groovy' }
groovy-templates = { group = 'org.codehaus.groovy', name = 'groovy-templates', version.ref = 'groovy' }
groovy-test = { group = 'org.codehaus.groovy', name = 'groovy-test', version.ref = 'groovy' }
javax-annotation-api = { module = 'javax.annotation:javax.annotation-api', version.ref = 'javax-annotation-api' }
junit4 = { group = 'junit', name = 'junit', version.ref = 'junit4' }
junit-vintage-engine = { group = 'org.junit.vintage', name = 'junit-vintage-engine', version.ref = 'junit-jupiter' }
quartz = { group = 'org.quartz-scheduler', name = 'quartz', version.ref = 'quartz' }
slf4j-nop = { group = 'org.slf4j', name = 'slf4j-nop', version.ref = 'slf4j' }
spring-beans = { group = 'org.springframework', name = 'spring-beans', version.ref = 'spring' }
Expand Down

0 comments on commit 5d46f8b

Please sign in to comment.