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 535e0da commit bae85b7Copy full SHA for bae85b7
repository-postgresql/pom.xml
@@ -45,6 +45,11 @@ SPDX-License-Identifier: Apache-2.0
45
<scope>test</scope>
46
</dependency>
47
48
+ <dependency>
49
+ <groupId>org.flywaydb</groupId>
50
+ <artifactId>flyway-core</artifactId>
51
+ <scope>test</scope>
52
+ </dependency>
53
<dependency>
54
<groupId>org.flywaydb</groupId>
55
<artifactId>flyway-database-postgresql</artifactId>
0 commit comments