Skip to content

Commit 535e0da

Browse files
committed
chore: Use flyway postgres specific version
1 parent bdd8134 commit 535e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)