From 95395e80b9e994c8fa801570f689b26870457951 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 17 Aug 2021 11:24:26 -0400 Subject: 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 Change-Id: Ibd5f543f693160e5aed27c2fb4bac4b531f1c557 --- springboot/springboot1/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'springboot/springboot1') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 8a01d17b..06cf2563 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -196,6 +196,11 @@ logging-filter-base ${logging-analytics.version} + + org.liquibase + liquibase-core + 4.4.2-nordix + @@ -247,6 +252,11 @@ true + + nordix-liquibase-repo + liquibase + https://artifactory.nordix.org/artifactory/liquibase + -- cgit 1.2.3-korg