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 b679c3b commit fa8f083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-beans/spring-beans.gradle
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion spring-core/spring-core.gradle
Expand Up @@ -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")
Expand Down

0 comments on commit fa8f083

Please sign in to comment.