aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-08-22 13:31:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-22 13:31:32 +0000
commita01eb33c635ff73525a2e184517aacb765c32ccd (patch)
tree9692bb7e1d259933b0748a2b2f1431f54bb60ab2 /a1-policy-management/pom.xml
parent65d88c2fe722a1af41b87283862f7c5f3428148a (diff)
parentfdfb070d8a5139963fa02e59814855b8b19576a3 (diff)
Merge "Add database migration configuration"
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>