Skip to content

Commit

Permalink
Fixed #2144: <dependency>
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Sep 18, 2018
1 parent 1f3c711 commit 14088fe
Show file tree
Hide file tree
Showing 3 changed files with 1,946 additions and 6 deletions.
4 changes: 4 additions & 0 deletions flyway-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
Expand Down
Loading

0 comments on commit 14088fe

Please sign in to comment.