We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56a497 commit 35af368Copy full SHA for 35af368
app/pom.xml
@@ -97,6 +97,10 @@ SPDX-License-Identifier: Apache-2.0
97
<groupId>io.quarkus</groupId>
98
<artifactId>quarkus-flyway</artifactId>
99
</dependency>
100
+ <dependency>
101
+ <groupId>org.flywaydb</groupId>
102
+ <artifactId>flyway-database-postgresql</artifactId>
103
+ </dependency>
104
<dependency>
105
106
<artifactId>quarkus-jdbc-postgresql</artifactId>
0 commit comments