From 7b98a48f91f0475acafae004798b0ac9db99df52 Mon Sep 17 00:00:00 2001 From: kamosama <837080904@qq.com> Date: Wed, 9 Aug 2023 20:59:02 +0800 Subject: [PATCH] =?UTF-8?q?test=EF=BC=9A=E5=A2=9E=E5=8A=A0kotlin=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E7=9A=84=E6=B5=8B=E8=AF=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis-flex-spring-kotlin-test/pom.xml | 135 +++++++++--------- 1 file changed, 68 insertions(+), 67 deletions(-) diff --git a/mybatis-flex-test/mybatis-flex-spring-kotlin-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-kotlin-test/pom.xml index 8090aa3d..45b4b173 100755 --- a/mybatis-flex-test/mybatis-flex-spring-kotlin-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-kotlin-test/pom.xml @@ -1,81 +1,81 @@ - 4.0.0 - - com.mybatis-flex - mybatis-flex-test - 1.5.6 - + 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.mybatis-flex + mybatis-flex-test + 1.5.6 + - mybatis-flex-spring-kotlin-test + mybatis-flex-spring-kotlin-test - - 8 - 8 - UTF-8 - 1.9.0 - + + 8 + 8 + UTF-8 + 1.9.0 + - - - com.mybatis-flex - mybatis-flex-kotlin - ${mybatis-flex.version} - - - com.mybatis-flex - mybatis-flex-core - ${mybatis-flex.version} - + + + com.mybatis-flex + mybatis-flex-kotlin + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-core + ${mybatis-flex.version} + - - com.mybatis-flex - mybatis-flex-spring - ${mybatis-flex.version} - + + com.mybatis-flex + mybatis-flex-spring + ${mybatis-flex.version} + - - org.springframework - spring-jdbc - + + org.springframework + spring-jdbc + - - org.yaml - snakeyaml - 2.0 - + + org.yaml + snakeyaml + 2.0 + - - com.h2database - h2 - 2.1.214 - + + com.h2database + h2 + 2.1.214 + - - org.springframework - spring-test - test - + + org.springframework + spring-test + test + - - org.assertj - assertj-core - 3.22.0 - test - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-test-junit - ${kotlin.version} - test - + + org.assertj + assertj-core + 3.22.0 + test + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test-junit + ${kotlin.version} + test + @@ -88,6 +88,7 @@ ${kotlin.version} + -Xjvm-default=all