summaryrefslogtreecommitdiffstats
path: root/springboot/springboot2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'springboot/springboot2/pom.xml')
-rw-r--r--springboot/springboot2/pom.xml10
1 files changed, 10 insertions, 0 deletions
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>