Added JSR-305 dependency to prevent test compile warnings

This commit is contained in:
Michael Minella
2018-07-23 15:24:13 -05:00
parent 96a0fc825e
commit 89a3b0453a

View File

@@ -373,6 +373,8 @@ project('spring-batch-infrastructure') {
optional "org.springframework.ldap:spring-ldap-core:$springLdapVersion"
optional "org.springframework.ldap:spring-ldap-core-tiger:$springLdapVersion"
optional "org.springframework.ldap:spring-ldap-ldif-core:$springLdapVersion"
// JSR-305 only used for non-required meta-annotations
testCompileOnly("com.google.code.findbugs:jsr305:3.0.2")
}
if (project.hasProperty('platformVersion')) {