mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(deps): relocate mysql driver
This commit is contained in:
@@ -7,7 +7,7 @@ dependencies {
|
||||
implementation project(":jdbc")
|
||||
|
||||
implementation("io.micronaut.sql:micronaut-jooq")
|
||||
runtimeOnly("mysql:mysql-connector-java")
|
||||
runtimeOnly("com.mysql:mysql-connector-j")
|
||||
runtimeOnly('org.flywaydb:flyway-mysql')
|
||||
|
||||
testImplementation project(':core').sourceSets.test.output
|
||||
|
||||
@@ -102,7 +102,7 @@ dependencies {
|
||||
api group: 'com.github.victools', name: 'jsonschema-module-jackson', version: jsonschemaVersion
|
||||
api group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: jsonschemaVersion
|
||||
api 'com.h2database:h2:2.3.232'
|
||||
api 'mysql:mysql-connector-java:8.0.33'
|
||||
api 'com.mysql:mysql-connector-j:8.0.33'
|
||||
api 'org.postgresql:postgresql:42.7.6'
|
||||
api 'com.github.docker-java:docker-java:3.5.3'
|
||||
api 'com.github.docker-java:docker-java-transport-httpclient5:3.5.3'
|
||||
|
||||
Reference in New Issue
Block a user