diff options
author | 2024-08-22 13:31:32 +0000 | |
---|---|---|
committer | 2024-08-22 13:31:32 +0000 | |
commit | a01eb33c635ff73525a2e184517aacb765c32ccd (patch) | |
tree | 9692bb7e1d259933b0748a2b2f1431f54bb60ab2 /a1-policy-management/pom.xml | |
parent | 65d88c2fe722a1af41b87283862f7c5f3428148a (diff) | |
parent | fdfb070d8a5139963fa02e59814855b8b19576a3 (diff) |
Merge "Add database migration configuration"
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 4 |
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> |