File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
optional(" org.codehaus.groovy:groovy-xml:${ groovyVersion} " )
10
10
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
11
11
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
12
- testCompile(" org.apache.tomcat.embed:tomcat-embed-core: ${ tomcatVersion } " )
12
+ testCompile(" javax.annotation:javax.annotation-api:1.3.2 " )
13
13
}
14
14
15
15
// This module does joint compilation for Java and Groovy code with the compileGroovy task.
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ dependencies {
79
79
optional(" io.reactivex.rxjava2:rxjava:${ rxjava2Version} " )
80
80
optional(" io.netty:netty-buffer" )
81
81
testCompile(" io.projectreactor:reactor-test" )
82
- testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
83
82
testCompile(" javax.annotation:javax.annotation-api:1.3.2" )
84
83
testCompile(" com.google.code.findbugs:jsr305:3.0.2" )
85
84
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
You can’t perform that action at this time.
0 commit comments