Thanks to visit codestin.com Credit goes to github.com
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 96a0fc8 commit 89a3b04Copy full SHA for 89a3b04
build.gradle
@@ -373,6 +373,8 @@ project('spring-batch-infrastructure') {
373
optional "org.springframework.ldap:spring-ldap-core:$springLdapVersion"
374
optional "org.springframework.ldap:spring-ldap-core-tiger:$springLdapVersion"
375
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")
378
}
379
380
if (project.hasProperty('platformVersion')) {
0 commit comments