diff --git a/pom.xml b/pom.xml index 6fd7e9c..2f3d0c7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.ruoyi @@ -31,6 +32,8 @@ 0.9.1 4.3.0 3.0.3 + 3.5.15 + 3.5.5 @@ -41,7 +44,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.0 + 3.1.7 pom import @@ -52,6 +55,24 @@ ${mybatis-spring-boot.version} + + org.mybatis + mybatis + ${mybatis.version} + + + + com.baomidou + mybatis-plus-boot-starter + + + org.mybatis + mybatis-spring + + + ${mybatis-plus-boot-starter.version} + + javax.xml.bind jaxb-api @@ -227,7 +248,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 ${java.version} ${java.version} diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 29aa440..820067e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -134,13 +134,11 @@ org.mybatis mybatis - 3.5.13 com.baomidou mybatis-plus-boot-starter - 3.5.3.1