Skip to content

Commit d314f58

Browse files
author
Tom Brauer
committed
Update vortex to use hec-monolith shared libraries.
1 parent eecac36 commit d314f58

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

vortex-api/build.gradle.kts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,25 @@ repositories {
1111
}
1212

1313
dependencies {
14-
implementation("mil.army.usace.hec:hec:6.0.00.100")
15-
implementation("mil.army.usace.hec:heclib:6.0.00.100")
16-
implementation("mil.army.usace.hec:hecData:6.0.00.100")
14+
implementation ("mil.army.usace.hec:hec-monolith:2.+") {
15+
isTransitive = false
16+
}
17+
implementation ("mil.army.usace.hec:hec-nucleus-data:1.+") {
18+
isTransitive = false
19+
}
20+
implementation ("mil.army.usace.hec:hec-nucleus-metadata:1.+") {
21+
isTransitive = false
22+
}
1723
implementation("org.gdal:gdal:3.2.0")
1824
implementation("org.locationtech.jts:jts-core:1.16.1")
1925
implementation("tech.units:indriya:2.0.4")
2026
implementation("systems.uom:systems-common:2.0.2")
2127
implementation("edu.ucar:cdm-core:5.4.1")
2228
implementation("org.apache.commons:commons-compress:1.20")
23-
runtimeOnly("com.rmanet:rma:6.0.0.51")
29+
//start runtime-only deps required by HEC shared libraries
30+
runtimeOnly("com.google.flogger:flogger:0.7.4")
31+
runtimeOnly("com.google.flogger:flogger-system-backend:0.7.4")
32+
//end runtime-only deps required by HEC shared libraries
2433
runtimeOnly("edu.ucar:grib:5.4.1")
2534
runtimeOnly("edu.ucar:netcdf4:5.4.1")
2635
runtimeOnly("org.slf4j:slf4j-simple:1.7.25")

0 commit comments

Comments
 (0)