Skip to content

Commit 3fbe762

Browse files
committed
Consistent use of annotation-api dependency instead of tomcat-embed-core
1 parent 611bb0b commit 3fbe762

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spring-beans/spring-beans.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional("org.codehaus.groovy:groovy-xml:${groovyVersion}")
1010
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
1111
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")
1313
}
1414

1515
// This module does joint compilation for Java and Groovy code with the compileGroovy task.

spring-core/spring-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ dependencies {
7979
optional("io.reactivex.rxjava2:rxjava:${rxjava2Version}")
8080
optional("io.netty:netty-buffer")
8181
testCompile("io.projectreactor:reactor-test")
82-
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
8382
testCompile("javax.annotation:javax.annotation-api:1.3.2")
8483
testCompile("com.google.code.findbugs:jsr305:3.0.2")
8584
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")

0 commit comments

Comments
 (0)