diff --git a/build.gradle b/build.gradle index 0531b7cf8..ff7767b25 100644 --- a/build.gradle +++ b/build.gradle @@ -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')) {