Skip to content
Snippets Groups Projects
Commit 9013ed48 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'utils-java' into 'main'

utils-java

See merge request !150
parents 19243eb4 da6dc6f5
No related branches found
No related tags found
1 merge request!150utils-java
Pipeline #342249 passed
...@@ -8,7 +8,7 @@ netcdfVersion = 5.5.2 ...@@ -8,7 +8,7 @@ netcdfVersion = 5.5.2
nodePluginVersion = 3.0.1 nodePluginVersion = 3.0.1
nodeVersion = 16.3.0 nodeVersion = 16.3.0
nshmpLibVersion = 1.4.2 nshmpLibVersion = 1.4.2
nshmpWsUtilsVersion = 0.3.14 nshmpUtilsJavaVersion = 0.4.0
openApiVersion = 4.0.0 openApiVersion = 4.0.0
shadowVersion = 7.1.1 shadowVersion = 7.1.1
slfVersion = 1.7.30 slfVersion = 1.7.30
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
dependencies { dependencies {
// NSHMP // NSHMP
implementation "ghsc:nshmp-lib:${nshmpLibVersion}" implementation "ghsc:nshmp-lib:${nshmpLibVersion}"
implementation "ghsc:nshmp-ws-utils:${nshmpWsUtilsVersion}" implementation "ghsc:nshmp-utils-java:${nshmpUtilsJavaVersion}"
// NetCDF // NetCDF
implementation "edu.ucar:cdm-core:${netcdfVersion}" implementation "edu.ucar:cdm-core:${netcdfVersion}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment