diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-17 11:24:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-25 14:57:35 -0400 |
commit | 629333741c94ca57488c0182a877e2b07ba983f2 (patch) | |
tree | fe3a954516b331ba99d0d03e03ad7ec7caaff966 | |
parent | e8f1e00ea3a7dc950ffaaa58584ffb79cf9fe4fc (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
-rw-r--r-- | dependencies-bom/pom.xml | 5 | ||||
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 10 | ||||
-rw-r--r-- | springboot/springboot1/pom.xml | 10 | ||||
-rw-r--r-- | springboot/springboot2/pom.xml | 10 |
4 files changed, 35 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> diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index d6791664..2d21c2af 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -187,6 +187,11 @@ <artifactId>logging-filter-base</artifactId> <version>\${logging-analytics.version}</version> </dependency> + <dependency> + <groupId>org.liquibase</groupId> + <artifactId>liquibase-core</artifactId> + <version>4.4.2-nordix</version> + </dependency> </dependencies> </dependencyManagement> @@ -238,6 +243,11 @@ <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>nordix-liquibase-repo</id> + <name>liquibase</name> + <url>https://artifactory.nordix.org/artifactory/liquibase</url> + </repository> </repositories> <pluginRepositories> diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 0ad2afe4..66bc2d36 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -187,6 +187,11 @@ <artifactId>logging-filter-base</artifactId> <version>${logging-analytics.version}</version> </dependency> + <dependency> + <groupId>org.liquibase</groupId> + <artifactId>liquibase-core</artifactId> + <version>4.4.2-nordix</version> + </dependency> </dependencies> </dependencyManagement> @@ -238,6 +243,11 @@ <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>nordix-liquibase-repo</id> + <name>liquibase</name> + <url>https://artifactory.nordix.org/artifactory/liquibase</url> + </repository> </repositories> <pluginRepositories> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index da13b2be..f4d4d2ed 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -187,6 +187,11 @@ <artifactId>logging-filter-base</artifactId> <version>${logging-analytics.version}</version> </dependency> + <dependency> + <groupId>org.liquibase</groupId> + <artifactId>liquibase-core</artifactId> + <version>4.4.2-nordix</version> + </dependency> </dependencies> </dependencyManagement> @@ -238,6 +243,11 @@ <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>nordix-liquibase-repo</id> + <name>liquibase</name> + <url>https://artifactory.nordix.org/artifactory/liquibase</url> + </repository> </repositories> <pluginRepositories> |