summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-08-23 18:44:46 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-08-23 18:44:46 -0400
commit7d60b78d5df72c098162b1544cebbe62cf01592f (patch)
treee9581e83825d91d46ef2a976c3cf00a180d51824
parentf2f0a770d2e4e9dde29c4e77c18fedd70331b5e7 (diff)
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 <bruno.sakoto@bell.ca> Change-Id: Ie8ff73676fc81da61e8334664677522d9c726263
-rwxr-xr-xpom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6664f42..68c1971 100755
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
- <version>4.3.2</version>
+ <version>4.4.2-nordix</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
@@ -546,6 +546,14 @@
</pluginManagement>
</build>
+ <repositories>
+ <repository>
+ <id>nordix-liquibase-repo</id>
+ <name>liquibase</name>
+ <url>https://artifactory.nordix.org/artifactory/liquibase</url>
+ </repository>
+ </repositories>
+
<profiles>
<profile>
<id>docker</id>