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
Tara Drwenski authored and tdrwenski committed Jul 16, 2024
1 parent 1f38536 commit 022b7a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ dependencies {
implementation 'edu.ucar:waterml'
implementation project(':tds-ugrid')

implementation 'net.openhft:chronicle-map'
implementation 'jakarta.validation:jakarta.validation-api'

// DAP4 Dependencies (technically forward)
implementation 'edu.ucar:dap4'
implementation project(':dap4:d4servlet')
Expand Down

0 comments on commit 022b7a7

Please sign in to comment.