Skip to content

Commit 35af368

Browse files
committed
chore: Add flyway postgres dependency
1 parent a56a497 commit 35af368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ SPDX-License-Identifier: Apache-2.0
9797
<groupId>io.quarkus</groupId>
9898
<artifactId>quarkus-flyway</artifactId>
9999
</dependency>
100+
<dependency>
101+
<groupId>org.flywaydb</groupId>
102+
<artifactId>flyway-database-postgresql</artifactId>
103+
</dependency>
100104
<dependency>
101105
<groupId>io.quarkus</groupId>
102106
<artifactId>quarkus-jdbc-postgresql</artifactId>

0 commit comments

Comments
 (0)