We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a8b9b commit 611bb0bCopy full SHA for 611bb0b
spring-core/spring-core.gradle
@@ -80,6 +80,7 @@ dependencies {
80
optional("io.netty:netty-buffer")
81
testCompile("io.projectreactor:reactor-test")
82
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
83
+ testCompile("javax.annotation:javax.annotation-api:1.3.2")
84
testCompile("com.google.code.findbugs:jsr305:3.0.2")
85
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
86
testCompile("javax.xml.bind:jaxb-api:2.3.1")
0 commit comments