Explicit test dependency on javax.annotation.Priority

This commit is contained in:
Juergen Hoeller
2019-12-12 17:01:18 +01:00
parent 32a8b9b25a
commit 611bb0b92e

View File

@@ -80,6 +80,7 @@ dependencies {
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")
testCompile("javax.xml.bind:jaxb-api:2.3.1")