From e8baf8bfd4b891a02a3bcfa6677de3c99d061602 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Wed, 2 Aug 2023 20:51:07 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=85=B6=E4=BB=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=94=B9=E5=88=B0=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-flex-codegen/pom.xml | 42 ++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 4749cfd7..2b002144 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -20,16 +20,16 @@ - - org.mybatis - mybatis - - - com.mybatis-flex - mybatis-flex-spring + mybatis-flex-core ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-processor + + @@ -99,6 +99,7 @@ swagger-annotations 1.6.11 true + test @@ -112,10 +113,37 @@ org.springframework spring-web ${spring.version} + true test + + com.mybatis-flex + mybatis-flex-spring + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-core + + + true + test + + + com.mybatis-flex + mybatis-flex-solon-plugin + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-core + + + true + test +