Skip to content

Commit

Permalink
Consistent use of annotation-api dependency instead of tomcat-embed-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Dec 12, 2019
1 parent 611bb0b commit 3fbe762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spring-beans/spring-beans.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
optional("org.codehaus.groovy:groovy-xml:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("javax.annotation:javax.annotation-api:1.3.2")
}

// This module does joint compilation for Java and Groovy code with the compileGroovy task.
Expand Down
1 change: 0 additions & 1 deletion spring-core/spring-core.gradle
Expand Up @@ -79,7 +79,6 @@ dependencies {
optional("io.reactivex.rxjava2:rxjava:${rxjava2Version}")
optional("io.netty:netty-buffer")
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("javax.annotation:javax.annotation-api:1.3.2")
testCompile("com.google.code.findbugs:jsr305:3.0.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
Expand Down

0 comments on commit 3fbe762

Please sign in to comment.