From 607cda93700749dd9f86465f370499e31f2ec7cf Mon Sep 17 00:00:00 2001 From: sunshuren <449168007@qq.com> Date: Tue, 18 Jun 2024 14:20:10 +0800 Subject: [PATCH] fixed da53bd6 from https://gitee.com/sunshuren1991/forallcn-iotps/pulls/1 11 --- "pom - \345\211\257\346\234\254.xml" | 477 +++++++++++++++++++++++++++ 1 file changed, 477 insertions(+) create mode 100644 "pom - \345\211\257\346\234\254.xml" diff --git "a/pom - \345\211\257\346\234\254.xml" "b/pom - \345\211\257\346\234\254.xml" new file mode 100644 index 0000000..548a3d3 --- /dev/null +++ "b/pom - \345\211\257\346\234\254.xml" @@ -0,0 +1,477 @@ + + 4.0.0 + org.jeecgframework.boot + jeecg-boot + 2.2.1 + pom + + + org.springframework.boot + spring-boot-starter-parent + 2.3.3.RELEASE + + + + + + jeecg-boot-common + jeecg-boot-system + jeecg-boot-module + jeecg-boot-monitor + + + + + jeecg + jeecg Repository + http://maven.jeecg.com:8090/nexus/content/repositories/jeecg + + + jeecg-snapshots + jeecg Snapshot Repository + http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/ + + + + + + aliyun + aliyun Repository + https://maven.aliyun.com/repository/public + + false + + + + jeecg + jeecg Repository + http://maven.jeecg.org/nexus/content/repositories/jeecg + + false + + + + + + central-repos1 + Central Repository 2 + http://repo1.maven.org/maven2/ + + + + + + 2.2.1 + 1.11 + UTF-8 + UTF-8 + 3.3.2 + 1.1.17 + 0.9.1 + 2.6 + 1.0.0 + 3.6.0 + 26.0-jre + + 1.2.3 + + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-websocket + + + org.springframework.boot + spring-boot-starter-mail + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-actuator + + + + + + commons-io + commons-io + ${commons.version} + + + commons-lang + commons-lang + ${commons.version} + + + + + org.springframework.boot + spring-boot-starter-freemarker + + + + + org.projectlombok + lombok + + + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + + + com.baomidou + dynamic-datasource-spring-boot-starter + 2.5.4 + + + + + com.alibaba + fastjson + 1.2.72 + + + + + mysql + mysql-connector-java + 8.0.20 + runtime + + + + com.microsoft.sqlserver + sqljdbc4 + 4.0 + runtime + + + + com.oracle + ojdbc6 + 11.2.0.3 + runtime + + + + org.postgresql + postgresql + 42.2.6 + runtime + + + + + org.springframework.boot + spring-boot-starter-quartz + + + + + com.auth0 + java-jwt + 3.7.0 + + + + + org.apache.shiro + shiro-spring-boot-starter + 1.4.0 + + + + org.crazycake + shiro-redis + 3.1.0 + + + org.apache.shiro + shiro-core + + + + + + + org.hibernate + hibernate-re + 2.2.11 + + + org.hibernate + hibernate-core + + + commons-collections + commons-collections + + + + + + + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.swagger + swagger-annotations + + + io.swagger + swagger-models + + + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + com.github.xiaoymin + swagger-bootstrap-ui + 1.9.6 + + + + io.swagger + swagger-annotations + 1.5.22 + + + io.swagger + swagger-models + 1.5.22 + + + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.apache.commons + commons-pool2 + + + + + + org.jeecgframework.boot + codegenerate + 1.2.0 + + + + + org.jeecgframework + autopoi-web + 1.2 + + + commons-codec + commons-codec + + + + + + cn.hutool + hutool-all + 5.3.8 + + + + + io.minio + minio + 4.0.0 + + + com.google.guava + guava + ${guava.version} + + + + + com.aliyun + aliyun-java-sdk-dysmsapi + ${aliyun-java-sdk-dysmsapi.version} + + + + com.aliyun.oss + aliyun-sdk-oss + ${aliyun.oss.version} + + + + + com.xkcoding.justauth + justauth-spring-boot-starter + 1.3.2 + + + + + org.springframework.boot + spring-boot-starter-logging + + + ch.qos.logback + logback-core + ${ch.qos.logback.version} + + + ch.qos.logback + logback-classic + ${ch.qos.logback.version} + + + ch.qos.logback + logback-access + ${ch.qos.logback.version} + + + net.logstash.logback + logstash-logback-encoder + 5.1 + + + + org.springframework.boot + spring-boot-starter-integration + 2.3.3.RELEASE + + + org.springframework.integration + spring-integration-stream + 5.3.4.RELEASE + + + org.springframework.integration + spring-integration-mqtt + + + + + com.jimureport + spring-boot-starter-jimureport + 1.2.0 + + + + de.codecentric + spring-boot-admin-starter-client + 2.3.0 + + + + + + + + + org.jeecgframework.boot + jeecg-boot-common + ${jeecgboot.version} + + + + com.qiniu + qiniu-java-sdk + 7.2.23 + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 11 + 11 + UTF-8 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + org.apache.maven.plugins + maven-resources-plugin + + + woff + woff2 + eot + ttf + svg + + + + + + + src/main/resources + true + + + src/main/java + + **/*.xml + **/*.json + **/*.ftl + + + + + \ No newline at end of file -- Gitee