Skip to content

Commit 480891c

Browse files
committed
update test
1 parent c075a33 commit 480891c

File tree

10 files changed

+15
-10
lines changed

10 files changed

+15
-10
lines changed

src/sbt-test/flyway-sbt/test1/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
33
name := "flyway-sbt-test1"
44

55
libraryDependencies ++= Seq(
6-
"org.hsqldb" % "hsqldb" % "2.5.0",
7-
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
6+
"org.hsqldb" % "hsqldb" % "2.5.0"
87
)
98

109
flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"

src/sbt-test/flyway-sbt/test1/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
33
case _ => sys.error("""|The system property 'plugin.version' is not defined.
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
6+
7+
libraryDependencies += "org.flywaydb" % "flyway-database-hsqldb" % "10.21.0"

src/sbt-test/flyway-sbt/test2/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
33
name := "flyway-sbt-test1"
44

55
libraryDependencies ++= Seq(
6-
"org.hsqldb" % "hsqldb" % "2.5.0",
7-
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
6+
"org.hsqldb" % "hsqldb" % "2.5.0"
87
)
98

109
flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"

src/sbt-test/flyway-sbt/test2/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
33
case _ => sys.error("""|The system property 'plugin.version' is not defined.
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
6+
7+
libraryDependencies += "org.flywaydb" % "flyway-database-hsqldb" % "10.21.0"

src/sbt-test/flyway-sbt/test3/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
33
name := "flyway-sbt-test3"
44

55
libraryDependencies ++= Seq(
6-
"org.hsqldb" % "hsqldb" % "2.5.0",
7-
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
6+
"org.hsqldb" % "hsqldb" % "2.5.0"
87
)
98

109
flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"

src/sbt-test/flyway-sbt/test3/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
33
case _ => sys.error("""|The system property 'plugin.version' is not defined.
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
6+
7+
libraryDependencies += "org.flywaydb" % "flyway-database-hsqldb" % "10.21.0"

src/sbt-test/flyway-sbt/test4/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
33
name := "flyway-sbt-test4"
44

55
libraryDependencies ++= Seq(
6-
"org.hsqldb" % "hsqldb" % "2.5.0",
7-
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
6+
"org.hsqldb" % "hsqldb" % "2.5.0"
87
)
98

109
flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"

src/sbt-test/flyway-sbt/test4/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
33
case _ => sys.error("""|The system property 'plugin.version' is not defined.
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
6+
7+
libraryDependencies += "org.flywaydb" % "flyway-database-hsqldb" % "10.21.0"

src/sbt-test/flyway-sbt/test5/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
33
name := "flyway-sbt-test5"
44

55
libraryDependencies ++= Seq(
6-
"org.hsqldb" % "hsqldb" % "2.5.0",
7-
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
6+
"org.hsqldb" % "hsqldb" % "2.5.0"
87
)
98

109
flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"

src/sbt-test/flyway-sbt/test5/project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
33
case _ => sys.error("""|The system property 'plugin.version' is not defined.
44
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
55
}
6+
7+
libraryDependencies += "org.flywaydb" % "flyway-database-hsqldb" % "10.21.0"

0 commit comments

Comments
 (0)