File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SPDX-License-Identifier: Apache-2.0
4747
4848 <dependency >
4949 <groupId >org.flywaydb</groupId >
50- <artifactId >flyway-core </artifactId >
50+ <artifactId >flyway-database-postgresql </artifactId >
5151 <scope >test</scope >
5252 </dependency >
5353 <dependency >
You can’t perform that action at this time.
0 commit comments