Update Flyway dependency to support SB 3.3 09/13509/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 3 Oct 2024 15:05:56 +0000 (16:05 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 3 Oct 2024 15:05:56 +0000 (16:05 +0100)
Flyway dependency updated to support Spring Boot 3.3

Issue-ID: CCSDK-4033
Change-Id: I32ec05b8590216fef539ab7378b1b1735512f2f7
Signed-off-by: aravind.est <aravindhan.a@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index d3c7eca..6138253 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </dependency>
         <dependency>
             <groupId>org.flywaydb</groupId>
-            <artifactId>flyway-core</artifactId>
+            <artifactId>flyway-database-postgresql</artifactId>
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.aspectj</groupId>