Skip to content

Commit

Permalink
Merge pull request quarkus-qe#1303 from michalvavrik/feature/add-flyw…
Browse files Browse the repository at this point in the history
…ay-oracle-to-fix-daily-build

Fix Oracle Flyway migration by adding `org.flywaydb:flyway-database-oracle` to Vert.X SQL module
  • Loading branch information
mjurc authored Jul 7, 2023
2 parents f200f5d + 92449f6 commit 9a9c553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql-db/vertx-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-oracle</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
Expand Down

0 comments on commit 9a9c553

Please sign in to comment.