File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
2424 testImplementation ' org.apache.commons:commons-compress'
2525 testImplementation ' edu.ucar:jj2000'
2626 testImplementation ' org.jdom:jdom2'
27+ testImplementation ' com.google.code.findbugs:jsr305'
2728 testImplementation ' com.google.guava:guava'
2829 testImplementation ' com.google.re2j:re2j'
2930 testImplementation ' software.amazon.awssdk:s3'
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
1313 implementation ' org.slf4j:slf4j-api'
1414 implementation ' com.fasterxml.jackson.core:jackson-core'
1515 implementation ' com.fasterxml.jackson.core:jackson-databind'
16+ implementation ' com.google.code.findbugs:jsr305'
1617 implementation ' com.google.guava:guava'
1718
1819 testImplementation(' software.amazon.awssdk:s3' ) {
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
1212 api ' org.apache.httpcomponents:httpcore'
1313
1414 implementation ' org.apache.httpcomponents:httpmime'
15+ implementation ' com.google.code.findbugs:jsr305'
1516 implementation ' com.google.re2j:re2j'
1617 implementation ' org.slf4j:slf4j-api'
1718
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ dependencies {
1313 implementation project(' :cdm:cdm-core' )
1414 implementation ' net.java.dev.jna:jna'
1515 implementation ' org.slf4j:slf4j-api'
16+ implementation ' com.google.code.findbugs:jsr305'
1617 implementation ' com.google.guava:guava'
1718
1819 testImplementation project(' :cdm-test-utils' )
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
3232 implementation ' org.apache.xmlbeans:xmlbeans'
3333 implementation ' org.jdom:jdom2'
3434 implementation ' org.apache.httpcomponents:httpclient'
35+ implementation ' com.google.code.findbugs:jsr305'
3536 implementation ' com.google.protobuf:protobuf-java'
3637 implementation ' com.google.re2j:re2j'
3738 implementation ' org.slf4j:slf4j-api'
You can’t perform that action at this time.
0 commit comments