File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,9 @@ project('spring-batch-core') {
288
288
optional " org.springframework:spring-jdbc:$springVersion "
289
289
optional " org.apache.logging.log4j:log4j-api:$log4jVersion "
290
290
optional " org.apache.logging.log4j:log4j-core:$log4jVersion "
291
+ // JSR-305 only used for non-required meta-annotations
292
+ compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
293
+ testCompileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
291
294
}
292
295
}
293
296
@@ -374,6 +377,7 @@ project('spring-batch-infrastructure') {
374
377
optional " org.springframework.ldap:spring-ldap-core-tiger:$springLdapVersion "
375
378
optional " org.springframework.ldap:spring-ldap-ldif-core:$springLdapVersion "
376
379
// JSR-305 only used for non-required meta-annotations
380
+ compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
377
381
testCompileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
378
382
}
379
383
You can’t perform that action at this time.
0 commit comments