Skip to content

Commit

Permalink
Merge pull request #43 from jonesbusy/bugfix/fix-bundle-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies bundle
  • Loading branch information
jonesbusy authored Feb 18, 2024
2 parents 4b7aa90 + d688814 commit 5179996
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand All @@ -123,16 +131,6 @@
<!-- On bom ? -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 5179996

Please sign in to comment.