chore(deps): relocate mysql driver

This commit is contained in:
skayliu
2025-07-17 10:01:06 +08:00
committed by Loïc Mathieu
parent cfea378104
commit 68c1abb6f2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'