summaryrefslogtreecommitdiffstats
path: root/springboot/springboot2/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-08-17 11:24:26 -0400
committerDan Timoney <dtimoney@att.com>2021-08-25 14:57:35 -0400
commit629333741c94ca57488c0182a877e2b07ba983f2 (patch)
treefe3a954516b331ba99d0d03e03ad7ec7caaff966 /springboot/springboot2/pom.xml
parente8f1e00ea3a7dc950ffaaa58584ffb79cf9fe4fc (diff)
Use APL licensed liquibase distro
Update to use APL licensed liquibase distribution provided by CPS project Issue-ID: CCSDK-3423 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ibd5f543f693160e5aed27c2fb4bac4b531f1c557
Diffstat (limited to 'springboot/springboot2/pom.xml')
-rw-r--r--springboot/springboot2/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index da13b2be..f4d4d2ed 100644
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -187,6 +187,11 @@
<artifactId>logging-filter-base</artifactId>
<version>${logging-analytics.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.liquibase</groupId>
+ <artifactId>liquibase-core</artifactId>
+ <version>4.4.2-nordix</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -238,6 +243,11 @@
<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>