Skip to content

Commit 137097f

Browse files
authored
Merge pull request #1398 from rsvoboda/flyway-10.10
Dependency addition needed by Flyway 10
2 parents 7ceccde + 71e0370 commit 137097f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hibernate-orm-multi-tenancy-quickstart/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<groupId>io.quarkus</groupId>
5252
<artifactId>quarkus-flyway</artifactId>
5353
</dependency>
54+
<dependency>
55+
<groupId>org.flywaydb</groupId>
56+
<artifactId>flyway-database-postgresql</artifactId>
57+
</dependency>
5458
<dependency>
5559
<groupId>io.quarkus</groupId>
5660
<artifactId>quarkus-jdbc-postgresql</artifactId>

quartz-quickstart/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<groupId>io.quarkus</groupId>
5050
<artifactId>quarkus-flyway</artifactId>
5151
</dependency>
52+
<dependency>
53+
<groupId>org.flywaydb</groupId>
54+
<artifactId>flyway-database-postgresql</artifactId>
55+
</dependency>
5256

5357
<!-- Testing -->
5458
<dependency>

0 commit comments

Comments
 (0)