aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-24 11:54:43 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 11:54:43 +0000
commit5ecf25627589001888c68e9f413c28ccaac69c26 (patch)
treed017b65ff3538e0d21bd403cbb9e63892a24e760 /cps-ri/pom.xml
parentf2ce686eeb0781afb6766034581d9508d3501d55 (diff)
parent495ae8e49f0131bf461ea52baa87004c39f40bd3 (diff)
Merge "Schema creation and Data pre-load to on cps-xnf-proxy start-up using liquibase"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index fb1e6ad3c..2a704cf4c 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -41,6 +41,10 @@
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.liquibase</groupId>
+ <artifactId>liquibase-core</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>