Skip to content
Snippets Groups Projects
Commit cfa1dfe1 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-haz-v2!488
parents ac98d6d4 c4ea7e73
No related branches found
No related tags found
1 merge request!488Remove nshm-fault-sections dependency
Pipeline #14126 passed
......@@ -59,7 +59,7 @@ repositories {
git {
implementation("git@code.usgs.gov:ghsc/nshmp/nshmp-lib.git", {
name "nshmp-haz-dep--nshmp-lib"
tag "v0.0.4"
tag "v0.0.5"
})
}
......
......@@ -8,4 +8,3 @@ logbackVersion = 1.2.3
mnOpenAPIVersion = 1.4.0
mnVersion = 1.3.2
swaggerVersion = 2.1.1
nshmFaultSectionsTag = v0.1
......@@ -3,10 +3,3 @@ plugins {
}
rootProject.name = "nshmp-haz-v2"
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