diff --git a/mybatis-plus-join-adapter/mybatis-plus-join-adapter-base/pom.xml b/mybatis-plus-join-adapter/mybatis-plus-join-adapter-base/pom.xml index 485295d..f1f69ec 100644 --- a/mybatis-plus-join-adapter/mybatis-plus-join-adapter-base/pom.xml +++ b/mybatis-plus-join-adapter/mybatis-plus-join-adapter-base/pom.xml @@ -33,26 +33,16 @@ https://github.com/yulichang/mybatis-plus-join - - 1.8 - 1.8 - 1.8 - 1.8 - github - UTF-8 - - com.baomidou mybatis-plus-extension - 3.5.4.1 + ${mpj.mybatis.plus.version} provided org.projectlombok lombok - 1.18.28 provided diff --git a/mybatis-plus-join-boot-starter/pom.xml b/mybatis-plus-join-boot-starter/pom.xml index dca2162..6da5532 100644 --- a/mybatis-plus-join-boot-starter/pom.xml +++ b/mybatis-plus-join-boot-starter/pom.xml @@ -43,18 +43,16 @@ org.springframework.boot spring-boot-configuration-processor true - 2.7.5 com.baomidou mybatis-plus-boot-starter - 3.5.4.1 + ${mpj.mybatis.plus.version} provided org.projectlombok lombok - 1.18.28 provided diff --git a/mybatis-plus-join-core/pom.xml b/mybatis-plus-join-core/pom.xml index 08d4e8a..6a67863 100644 --- a/mybatis-plus-join-core/pom.xml +++ b/mybatis-plus-join-core/pom.xml @@ -57,25 +57,22 @@ com.baomidou mybatis-plus-extension - 3.5.4.1 + ${mpj.mybatis.plus.version} provided org.projectlombok lombok - 1.18.28 provided org.springframework spring-aop - 5.3.29 provided org.jetbrains.kotlin kotlin-stdlib-jdk8 - 1.9.0 provided diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/injector/MPJSqlInjector.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/injector/MPJSqlInjector.java index b51e61c..dba5c61 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/injector/MPJSqlInjector.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/injector/MPJSqlInjector.java @@ -56,7 +56,7 @@ public class MPJSqlInjector extends DefaultSqlInjector { * 升级到 mybatis plus 3.4.3.2 后对之前的版本兼容 */ @Deprecated - @SuppressWarnings({"unused", "DeprecatedIsStillUsed"}) + @SuppressWarnings({"unused"}) public List getMethodList(Class mapperClass) { if (VersionUtils.compare(MybatisPlusVersion.getVersion(), "3.4.3.2") >= 0) { throw ExceptionUtils.mpe("DefaultSqlInjector 的 getMethodList(Class mapperClass) 方法已在 3.4.3.2+ 改为" + diff --git a/mybatis-plus-join-extension/pom.xml b/mybatis-plus-join-extension/pom.xml index dafd3bd..52fafa0 100644 --- a/mybatis-plus-join-extension/pom.xml +++ b/mybatis-plus-join-extension/pom.xml @@ -51,13 +51,12 @@ com.baomidou mybatis-plus-extension - 3.5.4.1 + ${mpj.mybatis.plus.version} provided org.projectlombok lombok - 1.18.28 provided diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index fc115aa..f46b7e0 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -50,13 +50,15 @@ + 1.4.7.2 + 3.5.4.1 + 1.8 1.8 1.8 1.8 github UTF-8 - 1.4.7.2 @@ -78,7 +80,7 @@ org.projectlombok lombok - 1.18.28 + 1.18.30 com.github.yulichang @@ -93,7 +95,7 @@ com.baomidou mybatis-plus-boot-starter - 3.5.4.1 + ${mpj.mybatis.plus.version} org.springframework diff --git a/mybatis-plus-join/pom.xml b/mybatis-plus-join/pom.xml index 5925a3c..6b3d6ea 100644 --- a/mybatis-plus-join/pom.xml +++ b/mybatis-plus-join/pom.xml @@ -41,13 +41,14 @@ + 1.4.7.2 + 1.8 1.8 1.8 1.8 github UTF-8 - 1.4.7.2 diff --git a/pom.xml b/pom.xml index 5b8e0d1..5f059c2 100644 --- a/pom.xml +++ b/pom.xml @@ -35,19 +35,50 @@ mybatis-plus-join-core mybatis-plus-join-annotation mybatis-plus-join-extension - mybatis-plus-join-test + + 1.4.7.2 + 3.5.4.1 + 1.8 1.8 1.8 1.8 github UTF-8 - 1.4.7.2 + + + + org.projectlombok + lombok + 1.18.30 + provided + + + org.springframework + spring-aop + 5.3.30 + provided + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.9.0 + provided + + + org.springframework.boot + spring-boot-configuration-processor + true + 2.7.17 + + + +