Skip to content

Commit 611bb0b

Browse files
committed
Explicit test dependency on javax.annotation.Priority
1 parent 32a8b9b commit 611bb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/spring-core.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dependencies {
8080
optional("io.netty:netty-buffer")
8181
testCompile("io.projectreactor:reactor-test")
8282
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
83+
testCompile("javax.annotation:javax.annotation-api:1.3.2")
8384
testCompile("com.google.code.findbugs:jsr305:3.0.2")
8485
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
8586
testCompile("javax.xml.bind:jaxb-api:2.3.1")

0 commit comments

Comments
 (0)