From 7d60b78d5df72c098162b1544cebbe62cf01592f Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 23 Aug 2021 18:44:46 -0400 Subject: [PATCH 1/1] Use Liquibase dependency from Nordix repository Commercial license is removed from Liquibase by using Liquibase build from Nordix that only contains Apache 2 license. Issue-ID: CPS-578 Signed-off-by: Bruno Sakoto Change-Id: Ie8ff73676fc81da61e8334664677522d9c726263 --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6664f42..68c1971 100755 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ org.liquibase liquibase-core - 4.3.2 + 4.4.2-nordix org.projectlombok @@ -546,6 +546,14 @@ + + + nordix-liquibase-repo + liquibase + https://artifactory.nordix.org/artifactory/liquibase + + + docker -- 2.16.6