From 4ad3bd2ffa51aad8a434c6aa6500490524e323f3 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Tue, 8 Apr 2025 09:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- review_repo/pom.xml | 383 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 review_repo/pom.xml diff --git a/review_repo/pom.xml b/review_repo/pom.xml new file mode 100644 index 0000000..ccc547b --- /dev/null +++ b/review_repo/pom.xml @@ -0,0 +1,383 @@ + + 4.0.0 + + org.example + qa-csy-sync-new + 1.0 + war + + review_repo + http://maven.apache.org + + + org.springframework.boot + spring-boot-starter-parent + 2.6.6 + + + + UTF-8 + + UTF-8 + UTF-8 + 1.8 + 3.5.9 + 8.0.28 + 4.0 + 11.2.0.3 + 1.1.13 + 2.3.0 + 2.6 + 1.2.2 + 2.5 + 1.10 + 1.10 + 1.9.0 + 0.7.0 + 0.0.9 + 7.2.23 + 2.8.3 + 4.4 + 2.7.0 + 2.9.9 + 2.8.5 + 1.2.79 + 4.1.1 + 1.18.24 + + + + + + org.springframework.boot + spring-boot-devtools + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework + spring-context-support + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-configuration-processor + true + + + com.baomidou + mybatis-plus-boot-starter + ${mybatisplus.version} + + + com.baomidou + mybatis-plus-generator + + + + + com.baomidou + mybatis-plus-jsqlparser-4.9 + ${mybatisplus.version} + + + com.github.yulichang + mybatis-plus-join-boot-starter + 1.5.0 + + + mysql + mysql-connector-java + ${mysql.version} + + + + com.microsoft.sqlserver + sqljdbc4 + ${mssql.version} + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + + com.mchange + c3p0 + + + + + commons-lang + commons-lang + ${commons.lang.version} + + + commons-fileupload + commons-fileupload + ${commons.fileupload.version} + + + commons-io + commons-io + ${commons.io.version} + + + commons-codec + commons-codec + ${commons.codec.version} + + + commons-configuration + commons-configuration + ${commons.configuration.version} + + + org.apache.shiro + shiro-core + ${shiro.version} + + + org.apache.shiro + shiro-spring + ${shiro.version} + + + io.jsonwebtoken + jjwt + ${jwt.version} + + + com.github.axet + kaptcha + ${kaptcha.version} + + + io.springfox + springfox-swagger2 + ${swagger.version} + + + io.springfox + springfox-swagger-ui + ${swagger.version} + + + com.qiniu + qiniu-java-sdk + ${qiniu.version} + + + com.qcloud + cos_api + ${qcloud.cos.version} + + + org.slf4j + slf4j-log4j12 + + + + + joda-time + joda-time + ${joda.time.version} + + + com.google.code.gson + gson + ${gson.version} + + + com.alibaba + fastjson + ${fastjson.version} + + + cn.hutool + hutool-all + ${hutool.version} + + + org.projectlombok + lombok + ${lombok.version} + + + + org.springframework + spring-test + 5.2.9.RELEASE + + + + + com.aliyun.oss + aliyun-sdk-oss + 3.10.2 + + + + + ws.schild + jave-all-deps + 2.6.0 + + + + + org.apache.httpcomponents + httpmime + 4.5.7 + + + + + org.apache.poi + poi-ooxml + 3.16 + + + + + com.jcraft + jsch + 0.1.54 + + + + + + + + + dev + + + true + + + dev + + + + test + + test + + + + + prod + + prod + + + + + + ${project.artifactId} + + + org.apache.maven.wagon + wagon-ssh + 2.8 + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.6.6 + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + true + + + + + com.spotify + docker-maven-plugin + 0.4.14 + + + + + + + + + + qa-csy-sync-new + ${project.basedir} + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public/ + + true + + + + + + public + aliyun nexus + https://maven.aliyun.com/repository/public/ + + true + + + false + + + +