Skip to content

Commit 89a3b04

Browse files
committed
Added JSR-305 dependency to prevent test compile warnings
1 parent 96a0fc8 commit 89a3b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ project('spring-batch-infrastructure') {
373373
optional "org.springframework.ldap:spring-ldap-core:$springLdapVersion"
374374
optional "org.springframework.ldap:spring-ldap-core-tiger:$springLdapVersion"
375375
optional "org.springframework.ldap:spring-ldap-ldif-core:$springLdapVersion"
376+
// JSR-305 only used for non-required meta-annotations
377+
testCompileOnly("com.google.code.findbugs:jsr305:3.0.2")
376378
}
377379

378380
if (project.hasProperty('platformVersion')) {

0 commit comments

Comments
 (0)