Skip to content

Commit

Permalink
revert flyway changes; test 8.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
salonishah11 committed Jan 31, 2025
1 parent 4fe0a8f commit 61b8f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ libraryDependencies ++= Seq(
"org.mock-server" % "mockserver-netty" % "5.11.1" % Test,
"com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaV % Test,
"com.dimafeng" %% "testcontainers-scala-mongodb" % testcontainersScalaV % Test,
"org.flywaydb" % "flyway-core" % "9.22.3" % Test, // Starting 10.0.0 Flyway only supports Java 17. Agora is on Java 11
"org.flywaydb" % "flyway-mysql" % "9.22.3" % Test,
"org.flywaydb" % "flyway-core" % "7.3.2" % Test, // Starting 10.0.0 Flyway only supports Java 17. Agora is on Java 11
"org.broadinstitute.dsde.workbench" % "sam-client_2.12" % "0.1-61135c7", // Should become available for 2.13 once a release happens ( https://github.com/broadinstitute/sam/pull/491 )
"org.broadinstitute.cromwell" % "cromwell-client_2.12" % "0.1-8b413b45f-SNAP", // Contains only Java, pinning on 2.12
"org.broadinstitute.dsde.workbench" %% "workbench-oauth2" % workbenchOauth2V excludeAll(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object TestPermissionsClient {
Set("url", "user", "password", "properties", "driver", "driverClassName"),
)

Flyway.configure().dataSource(driverDataSource).cleanDisabled(false).load()
Flyway.configure().dataSource(driverDataSource).load()
}

def ensureRunning(): Unit = flyway.migrate()
Expand Down

0 comments on commit 61b8f9b

Please sign in to comment.