diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-17 11:24:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 11:24:31 -0400 |
commit | 95395e80b9e994c8fa801570f689b26870457951 (patch) | |
tree | 4f91085ff0df60dda0ec867f6946ddce031ab137 /dependencies-bom | |
parent | bc67c407c4dc21e023f56ba17e4fd1f66d0bf8a9 (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')
-rw-r--r-- | dependencies-bom/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 5c1598b4..f5ea811a 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.7.3</version> |