From b91ef6487dd20eb492cc5438971223ee5cc086f0 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 11 Mar 2025 14:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E7=AC=AC=E4=B8=80=E7=89=88?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=98=8E=E6=98=BEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 69 ++++++++++++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 43 deletions(-) diff --git a/pom.xml b/pom.xml index cfbd521..d850643 100644 --- a/pom.xml +++ b/pom.xml @@ -4,24 +4,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - cn.van jd-wx 1.0 jd-wx jd-wx - - - 17 - 3.1.5 + 3.1.5 2.3.2 17 - - @@ -34,91 +28,75 @@ - - + org.springframework.boot spring-boot-starter-web - - + org.springframework.boot spring-boot-starter-data-jpa - - + com.mysql mysql-connector-j 8.2.0 - - + org.apache.rocketmq rocketmq-spring-boot-starter ${rocketmq.version} - - + org.springframework.boot spring-boot-starter-test test - - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.2 - - - - org.codehaus.jackson - jackson-core-asl - 1.9.2 - + cn.hutool hutool-all 5.8.24 - + com.alibaba.fastjson2 fastjson2 2.0.21 + org.springframework.boot spring-boot-starter-data-redis + org.projectlombok lombok provided + com.jd jdk 2.0 + org.springframework.boot spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-aop - + - org.junit.platform - junit-platform-commons + org.springframework.boot + spring-boot-starter-aop + org.apache.httpcomponents httpclient @@ -126,18 +104,17 @@ - - + org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} cn.van.Application - @@ -146,13 +123,19 @@ maven-local88 Local Repository http://192.168.8.88:8081/repository/maven-local88/ + + true + always + + + false + - + rocketmq-repo RocketMQ Repository https://repo1.maven.org/maven2/org/apache/rocketmq/ -