diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-21 13:20:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-21 13:20:11 -0400 |
commit | 02aea36d5b128502171d3107730f9cc42ebc8bbc (patch) | |
tree | bac0b33e3857c10573e9058ae744454d89878c49 /springboot/springboot2 | |
parent | f5f47cdf9319c21c7138269624698dcc36d822ac (diff) |
Remove nordix repository
Remove nordix repository declaration. Instead, the standard onap-public
repo should be used to resolve nordix version of liquibase.
Issue-ID: CCSDK-3612
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If24d111330f49dee28855d81ab9a7f6917776957
Diffstat (limited to 'springboot/springboot2')
-rw-r--r-- | springboot/springboot2/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 9c7865fe..00e849c3 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -264,11 +264,6 @@ <enabled>true</enabled> </snapshots> </repository> - <repository> - <id>nordix-liquibase-repo</id> - <name>liquibase</name> - <url>https://artifactory.nordix.org/artifactory/liquibase</url> - </repository> </repositories> <pluginRepositories> |