Skip to content

Commit d18c917

Browse files
committed
Add flyway postgres maven module needed by flyway 10.17.1.
1 parent d87d507 commit d18c917

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
<artifactId>flyway-maven-plugin</artifactId>
9090
<version>${flyway.version}</version>
9191
</dependency>
92+
<dependency>
93+
<groupId>org.flywaydb</groupId>
94+
<artifactId>flyway-database-postgresql</artifactId>
95+
<version>10.17.1</version>
96+
</dependency>
9297
<dependency>
9398
<groupId>org.mockito</groupId>
9499
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)