Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Sep 20, 2024
1 parent 36942dd commit 8b74731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grails-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies {
compileOnly "net.java.dev.jna:jna:$jnaVersion"

api "org.yaml:snakeyaml:$snakeyamlVersion"
api "io.micronaut:micronaut-inject:$micronautVersion"
api "io.micronaut:micronaut-inject:$micronautVersion", {
exclude group: 'org.apache.groovy'
}

testRuntimeOnly "org.apache.groovy:groovy-xml:$groovyVersion"
testCompileOnly "org.apache.groovy:groovy-xml:$groovyVersion"
testRuntimeOnly "org.apache.groovy:groovy-templates:$groovyVersion"
testCompileOnly "org.apache.groovy:groovy-templates:$groovyVersion"
testImplementation "org.apache.groovy:groovy-xml:$groovyVersion"
testImplementation "org.apache.groovy:groovy-templates:$groovyVersion"
testImplementation "org.fusesource.jansi:jansi:$jansiVersion"
testImplementation "jline:jline:$jlineVersion"
}
Expand Down

0 comments on commit 8b74731

Please sign in to comment.