aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/pom.xml
diff options
context:
space:
mode:
authoraravind.est <aravindhan.a@est.tech>2024-08-16 12:50:52 +0100
committeraravind.est <aravindhan.a@est.tech>2024-08-19 13:53:29 +0100
commitfdfb070d8a5139963fa02e59814855b8b19576a3 (patch)
tree0e43340dc375533f1af29a1c86f29de2b9addc2c /a1-policy-management/pom.xml
parentb15c0ce6de0a226a5850977af717ef0b85d3c759 (diff)
Add database migration configuration
Database migration added. Issue-ID: CCSDK-4033 Change-Id: Ib7dc38826a4547a62bcd4839bf212758955b3d38 Signed-off-by: aravind.est <aravindhan.a@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r--a1-policy-management/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index 0bea5fd5..1455bad1 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -108,6 +108,10 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>org.flywaydb</groupId>
+ <artifactId>flyway-core</artifactId>
+ </dependency>
+ <dependency>
<!-- May be possible to remove this later when ccsdk parent bom stabilizes -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>