diff --git a/casic-web/pom.xml b/casic-web/pom.xml index f6d1fd5..0189e02 100644 --- a/casic-web/pom.xml +++ b/casic-web/pom.xml @@ -49,6 +49,11 @@ + + org.mybatis + mybatis + 3.5.7 + com.casic @@ -69,17 +74,19 @@ com.casic casic-admin-support ${admin.version} + + + org.mybatis + mybatis + + com.alibaba fastjson 1.2.72 - - org.mybatis - mybatis - 3.5.7 - + com.casic casic-admin-core diff --git a/casic-web/pom.xml b/casic-web/pom.xml index f6d1fd5..0189e02 100644 --- a/casic-web/pom.xml +++ b/casic-web/pom.xml @@ -49,6 +49,11 @@ + + org.mybatis + mybatis + 3.5.7 + com.casic @@ -69,17 +74,19 @@ com.casic casic-admin-support ${admin.version} + + + org.mybatis + mybatis + + com.alibaba fastjson 1.2.72 - - org.mybatis - mybatis - 3.5.7 - + com.casic casic-admin-core diff --git a/pom.xml b/pom.xml index c9d80c7..9271f8c 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,12 @@ com.baomidou mybatisplus-spring-boot-starter ${mybatisplus-spring-boot-starter.version} + + + org.mybatis + mybatis + +