diff --git a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml index fbdd336..8f66fac 100644 --- a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml +++ b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml @@ -4,16 +4,18 @@ 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"> - mybatis-plus-join-test - com.github.yulichang - ${revision} + org.springframework.boot + spring-boot-starter-parent + 3.2.1 + 4.0.0 test-springboot3-jdk17 - 3.1.2 + 1.4.9 + 3.5.5 17 17 @@ -24,7 +26,6 @@ org.springframework.boot spring-boot-starter - ${springboot.version} org.springframework.boot @@ -35,13 +36,49 @@ org.springframework.boot spring-boot-starter-test - ${springboot.version} test + + com.h2database + h2 + 2.2.224 + runtime + + + org.projectlombok + lombok + 1.18.30 + + + com.github.yulichang + mybatis-plus-join-boot-starter + ${revision} + + + com.fasterxml.jackson.core + jackson-databind + 2.16.1 + + + com.baomidou + mybatis-plus-boot-starter + ${mpj.mybatis.plus.version} + + + org.mybatis + mybatis-spring + + + + + org.mybatis + mybatis-spring + 3.0.3 + org.springframework spring-jdbc - 6.0.5 + 6.1.2