Skip to content

Commit 5a420a6

Browse files
committed
add jsr305 to projects that dependended on it transitively from guava
1 parent 994e336 commit 5a420a6

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

cdm-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

cdm/zarr/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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') {

httpservices/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

netcdf4/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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')

uicdm/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)