From 1f1d219a6060f8b56356474c0720d6050ad3c067 Mon Sep 17 00:00:00 2001 From: sppan Date: Thu, 27 Jul 2023 10:06:08 +0800 Subject: [PATCH] fix: Maven [WARNING] The artifact xxx has been relocated to. --- docs/zh/others/codegen.md | 4 ++-- mybatis-flex-codegen/pom.xml | 4 ++-- mybatis-flex-core/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-native-test/pom.xml | 6 +++--- mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml | 4 ++-- pom.xml | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index a222813d..894643a9 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -25,8 +25,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j 8.0.32 ``` diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 4a18bada..ef4820f2 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -43,8 +43,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j 8.0.33 compile true diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index 0584d4d9..24bc2c61 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -73,8 +73,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j test diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 81815f53..75330c9d 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml @@ -43,8 +43,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j compile @@ -91,7 +91,7 @@ - org.hibernate + org.hibernate.validator hibernate-validator 7.0.5.Final diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml index b0b5bb63..8bfe387e 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml @@ -59,8 +59,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j diff --git a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml index 99ed3816..f9f424ef 100644 --- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml @@ -70,8 +70,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j runtime diff --git a/pom.xml b/pom.xml index f4f42959..aece3808 100644 --- a/pom.xml +++ b/pom.xml @@ -174,8 +174,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j ${mysql.version} true