Commit 1a1cb85 1 parent 3b590aa commit 1a1cb85 Copy full SHA for 1a1cb85
File tree 2 files changed +12
-0
lines changed
011-quarkus-panache-rest-flyway
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 20
20
<groupId >io.quarkus</groupId >
21
21
<artifactId >quarkus-flyway</artifactId >
22
22
</dependency >
23
+ <dependency >
24
+ <groupId >org.flywaydb</groupId >
25
+ <artifactId >flyway-database-postgresql</artifactId >
26
+ </dependency >
23
27
<dependency >
24
28
<groupId >io.quarkus</groupId >
25
29
<artifactId >quarkus-jdbc-postgresql</artifactId >
Original file line number Diff line number Diff line change 66
66
<groupId >org.flywaydb</groupId >
67
67
<artifactId >flyway-mysql</artifactId >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >org.flywaydb</groupId >
71
+ <artifactId >flyway-database-postgresql</artifactId >
72
+ </dependency >
73
+ <dependency >
74
+ <groupId >org.flywaydb</groupId >
75
+ <artifactId >flyway-database-db2</artifactId >
76
+ </dependency >
69
77
</dependencies >
70
78
<profiles >
71
79
<!-- Skipped on Windows as does not support Linux Containers / Testcontainers -->
You can’t perform that action at this time.
0 commit comments