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

Merge branch 'deps' into 'master'

Remove nshm-fault-sections dependency

See merge request ghsc/nshmp/nshmp-netcdf!33
parents 8aea1c7e 0c18bdc8
No related branches found
No related tags found
1 merge request!33Remove nshm-fault-sections dependency
Pipeline #14122 passed
...@@ -26,7 +26,7 @@ repositories { ...@@ -26,7 +26,7 @@ repositories {
git { git {
implementation("git@code.usgs.gov:ghsc/nshmp/nshmp-lib.git", { implementation("git@code.usgs.gov:ghsc/nshmp/nshmp-lib.git", {
name "nshmp-netcdf-dep--nshmp-lib" name "nshmp-netcdf-dep--nshmp-lib"
tag "v0.0.4" tag "v0.0.5"
}) })
} }
......
...@@ -7,4 +7,3 @@ netcdfVersion = 5.1.0 ...@@ -7,4 +7,3 @@ netcdfVersion = 5.1.0
slfVersion = 1.7.30 slfVersion = 1.7.30
swaggerVersion = 2.1.1 swaggerVersion = 2.1.1
mnOpenAPIVersion = 1.4.0 mnOpenAPIVersion = 1.4.0
nshmFaultSectionsTag = v0.1
...@@ -3,10 +3,3 @@ plugins { ...@@ -3,10 +3,3 @@ plugins {
} }
rootProject.name = "nshmp-netcdf" rootProject.name = "nshmp-netcdf"
git {
// Required for nshmp-lib tests
fetch ("git@code.usgs.gov:ghsc/nshmp/nshm-fault-sections.git", {
tag nshmFaultSectionsTag
})
}
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