Skip to content

Commit bae85b7

Browse files
committed
chore: Readd flyway-core
1 parent 535e0da commit bae85b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repository-postgresql/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ SPDX-License-Identifier: Apache-2.0
4545
<scope>test</scope>
4646
</dependency>
4747

48+
<dependency>
49+
<groupId>org.flywaydb</groupId>
50+
<artifactId>flyway-core</artifactId>
51+
<scope>test</scope>
52+
</dependency>
4853
<dependency>
4954
<groupId>org.flywaydb</groupId>
5055
<artifactId>flyway-database-postgresql</artifactId>

0 commit comments

Comments
 (0)