Skip to content

Commit

Permalink
Add flyway-sqlserver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Jan 20, 2023
1 parent 62704ae commit f9d43a9
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 @@ -34,6 +34,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit f9d43a9

Please sign in to comment.