Consistent use of annotation-api dependency instead of tomcat-embed-core

This commit is contained in:
Juergen Hoeller 2019-12-12 17:21:41 +01:00
parent b679c3b6ec
commit fa8f08391f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ dependencies {
optional("org.codehaus.groovy:groovy-xml")
optional("org.jetbrains.kotlin:kotlin-reflect")
optional("org.jetbrains.kotlin:kotlin-stdlib")
testCompile("org.apache.tomcat.embed:tomcat-embed-core")
testCompile("javax.annotation:javax.annotation-api")
}
// This module does joint compilation for Java and Groovy code with the compileGroovy task.

View File

@ -53,7 +53,7 @@ dependencies {
optional("io.reactivex.rxjava2:rxjava")
optional("io.netty:netty-buffer")
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat.embed:tomcat-embed-core")
testCompile("javax.annotation:javax.annotation-api")
testCompile("com.google.code.findbugs:jsr305")
testCompile("org.xmlunit:xmlunit-assertj")
testCompile("org.xmlunit:xmlunit-matchers")