File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ dependencies {
44 compile ( " org.codehaus.groovy:groovy-xml:$groovyVersion " )
55 compile " org.yaml:snakeyaml:1.14"
66
7- provided (" org.fusesource.jansi:jansi:$jansiVersion " )
8- provided (" jline:jline:$jlineVersion " )
9- provided (" net.java.dev.jna:jna:$jnaVersion " )
7+ compileOnly (" org.fusesource.jansi:jansi:$jansiVersion " )
8+ compileOnly (" jline:jline:$jlineVersion " )
9+ compileOnly (" net.java.dev.jna:jna:$jnaVersion " )
1010
1111 // Ant
12- compile " org.codehaus.groovy:groovy-ant:$groovyVersion "
12+ compileOnly " org.codehaus.groovy:groovy-ant:$groovyVersion "
1313}
1414
1515processResources {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dependencies {
33 compile project(" :grails-async" )
44 compile " io.projectreactor.spring:reactor-spring-context:$reactorVersion " , {
55 exclude module :' reactor-bus' , group :' io.projectreactor'
6+ exclude module :' json-path' , group :' com.jayway.jsonpath'
67 }
78
89 compile " io.projectreactor:reactor-bus:$reactorCoreVersion "
You can’t perform that action at this time.
0 commit comments