Skip to content

Commit

Permalink
Re-define flyway in custom drivers builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Jun 5, 2019
1 parent 706aeb4 commit 821383d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ repositories {

dependencies {
compile('org.springframework.cloud:spring-cloud-starter-dataflow-server')
compile('org.flywaydb:flyway-core:5.2.4')
runtime("com.oracle.jdbc:ojdbc8:${oracleJdbcDriverVersion}")
runtime("mysql:mysql-connector-java:${mysqlJdbcDriverVersion}")
runtime("com.ibm.db2:db2jcc4:${db2JdbcDriverVersion}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ repositories {

dependencies {
compile('org.springframework.cloud:spring-cloud-starter-skipper-server')
compile('org.flywaydb:flyway-core:5.2.4')
runtime("com.oracle.jdbc:ojdbc8:${oracleJdbcDriverVersion}")
runtime("mysql:mysql-connector-java:${mysqlJdbcDriverVersion}")
runtime("com.ibm.db2:db2jcc4:${db2JdbcDriverVersion}")
Expand Down

0 comments on commit 821383d

Please sign in to comment.