Skip to content

Commit

Permalink
Add back dependencies needed to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 8, 2024
1 parent 06329c1 commit a170371
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions opendap/dtswar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies {

implementation 'edu.ucar:cdm-core'
implementation 'edu.ucar:opendap'
implementation 'org.jdom:jdom2'
implementation 'org.slf4j:slf4j-api'

providedCompile "jakarta.servlet:jakarta.servlet-api:${depVersion.javaxServletApi}"
Expand Down
1 change: 1 addition & 0 deletions opendap/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {

implementation 'edu.ucar:cdm-core'
implementation 'edu.ucar:opendap'
implementation 'org.jdom:jdom2'
implementation 'org.slf4j:slf4j-api'

compileOnly 'jakarta.servlet:jakarta.servlet-api'
Expand Down
1 change: 1 addition & 0 deletions tdcommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305'
implementation 'com.google.guava:guava'
implementation 'com.google.protobuf:protobuf-java'
implementation 'com.google.re2j:re2j'

implementation 'org.slf4j:slf4j-api'

Expand Down
1 change: 1 addition & 0 deletions tdm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation 'com.google.protobuf:protobuf-java'
implementation 'com.beust:jcommander'
implementation 'com.google.guava:guava'
implementation 'com.google.re2j:re2j'

implementation 'org.slf4j:slf4j-api'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl'
Expand Down
1 change: 1 addition & 0 deletions tds-ugrid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation 'edu.ucar:cdm-core'
implementation 'edu.ucar:cdm-s3'
implementation 'colt:colt:1.2.0'
implementation 'com.google.guava:guava'

// Testing
testImplementation project(':tds-test-utils');
Expand Down
1 change: 1 addition & 0 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ dependencies {
testImplementation project(':tds-test-utils');
testImplementation 'edu.ucar:cdm-test-utils' // Contains stuff like the JUnit @Category classes.
testImplementation 'edu.ucar:httpservices'
testImplementation 'com.beust:jcommander'

// Logging
implementation 'org.slf4j:slf4j-api'
Expand Down

0 comments on commit a170371

Please sign in to comment.