From 8ecc6987235c955443ab17e13294bb7901b3bda7 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Thu, 31 Oct 2024 18:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-plus-join-test/test-join/pom.xml | 8 -------- plugin/mybatis-plus-join-processor/pom.xml | 2 ++ pom.xml | 14 -------------- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml index b0bad7c5..6943957c 100644 --- a/mybatis-plus-join-test/test-join/pom.xml +++ b/mybatis-plus-join-test/test-join/pom.xml @@ -50,13 +50,5 @@ mybatis-plus-join-processor ${revision} - - ognl - ognl - - - org.javassist - javassist - diff --git a/plugin/mybatis-plus-join-processor/pom.xml b/plugin/mybatis-plus-join-processor/pom.xml index 75850fd6..6ec01278 100644 --- a/plugin/mybatis-plus-join-processor/pom.xml +++ b/plugin/mybatis-plus-join-processor/pom.xml @@ -18,12 +18,14 @@ ognl ognl + 3.4.3 compile true org.javassist javassist + 3.30.2-GA compile true diff --git a/pom.xml b/pom.xml index 909b2ea2..f7b71d81 100644 --- a/pom.xml +++ b/pom.xml @@ -67,20 +67,6 @@ import pom - - ognl - ognl - 3.4.3 - compile - true - - - org.javassist - javassist - 3.30.2-GA - compile - true -