summaryrefslogtreecommitdiffstats
path: root/dependencies-bom/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 /dependencies-bom/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 'dependencies-bom/pom.xml')
-rw-r--r--dependencies-bom/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 915863e9..42e20b15 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -274,6 +274,11 @@
<version>1.12.1</version>
</dependency>
<dependency>
+ <groupId>org.liquibase</groupId>
+ <artifactId>liquibase-core</artifactId>
+ <version>4.4.2-nordix</version>
+ </dependency>
+ <dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.4.4</version>