Skip to content

Commit

Permalink
Add flyway-mysql dependency
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
onobc committed May 12, 2022
1 parent c9cd879 commit 9b7659a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-cloud-dataflow-common-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 9b7659a

Please sign in to comment.