From 635ecb60d6862739bdafed7a63d7140efb044af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E7=8E=89=E7=A5=A5?= Date: Thu, 2 Mar 2023 23:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=A0=B9=E7=9B=AE=E5=BD=95pom.xml=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=EF=BC=8C=E6=8E=92=E9=99=A4=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 225 +++++++++++++++--- snowy-common/pom.xml | 38 +++ snowy-plugin-api/snowy-plugin-dev-api/pom.xml | 18 ++ 3 files changed, 244 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index e5d27c25..ff87fe22 100644 --- a/pom.xml +++ b/pom.xml @@ -12,50 +12,68 @@ 1.8 + 2.0.0 + 2.5.12 UTF-8 UTF-8 - 2.5.12 - 2.0.0 - 1.18.22 - 1.2.9 - 3.5.3.1 - 2.0.3 - 2.11.1 - 5.8.12 - 2.5.1 - 2.6.3 - 2.0.9 - 4.3.0 - 0.3.2 - 1.31.0 - 1.16.5 + 3.14.0 + 3.3.1 + 2.0.9 + 3.1.0 + 1.70 1.2.40.Beetl.RELEASE + 3.31.0 + 1.9.4 + 1.22 + 2.11.1 + 1.2.9 + 3.5.1 + 2.1.7 + 4.3.0 + 2.0.24 + 2.8.9 + 31.1-jre + 5.8.12 + 2.6.3 + 2.14.2 + 2.14.2 + 2.14.2 + 2.14.2 + 2.14.2 + 2.14.2 + 1.6.2 + 1.5.3 + 4.13.2 + 1.16.5 + 2.0.9 + 1.2.0 + 1.18.22 + 8.5.2 + 9.2.1.jre8 + 3.5.3.1 + 3.5.10 + 8.0.28 + 4.1.89.Final + 4.1.89.Final + 4.10.0 + 3.3.0 + 21.5.0.0 + 19.7.0.0 + 6.2.2 + 2.5.1 + 42.2.25 + 3.21.12 + 1.31.0 + 0.3.2 + 2.0 + 5.3.19 + 6.0.2 + 2.10.5 5.6.68 3.1.455 3.1.455 - 3.14.0 - 8.5.2 - 1.6.2 - 3.3.1 - 3.1.0 - 2.0.9 - 6.2.2 - 4.13.2 - 1.2.0 - 2.8.9 - 1.5.3 - 2.0 - 5.3.19 - 2.0.24 - 2.14.2 - 1.9.4 - 3.5.1 - 8.0.28 - 21.5.0.0 - 19.7.0.0 - 9.2.1.jre8 - 42.2.25 + 9.0.72 @@ -202,6 +220,20 @@ ${druid.version} + + + org.mybatis + mybatis + ${mybatis.version} + + + + + com.baomidou + mybatis-plus-core + ${mybatis.plus.version} + + com.baomidou @@ -230,6 +262,20 @@ ${commons.pool2.version} + + + com.squareup.okhttp3 + okhttp + ${okhttp3.version} + + + + + com.squareup.okio + okio + ${okio.version} + + cn.hutool @@ -406,6 +452,27 @@ ${gson.version} + + + com.google.guava + guava + ${guava.version} + + + + + io.netty + netty-common + ${netty.common.version} + + + + + io.netty + netty-handler + ${netty.handler.version} + + org.codehaus.jettison @@ -427,6 +494,27 @@ ${spring.context.version} + + + org.springframework.security + spring-security-crypto + ${spring.security.crypto.version} + + + + + io.springfox + springfox-swagger2 + ${springfox.swagger2.version} + + + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat.embed.core.version} + + com.alibaba @@ -434,6 +522,20 @@ ${fastjson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.annotations.version} + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.core.version} + + com.fasterxml.jackson.core @@ -441,6 +543,27 @@ ${jackson.databind.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson.datatype.jdk8.version} + + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.datatype.jsr310.version} + + + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${jackson.module.parameter.names.version} + + commons-beanutils @@ -448,6 +571,34 @@ ${commons.beanutils.version} + + + org.apache.commons + commons-compress + ${commons.compress.version} + + + + + com.google.protobuf + protobuf-java + ${protobuf.java.version} + + + + + org.checkerframework + checker-qual + ${checker.qual.version} + + + + + org.bouncycastle + bcprov-jdk15on + ${bcprov.jdk15on.version} + + com.baomidou diff --git a/snowy-common/pom.xml b/snowy-common/pom.xml index f50bb7a7..91ade772 100644 --- a/snowy-common/pom.xml +++ b/snowy-common/pom.xml @@ -67,12 +67,32 @@ com.fhs-opensource easy-trans-spring-boot-starter + + + mybatis-plus-annotation + com.baomidou + + + springfox-schema + io.springfox + + + error_prone_annotations + com.google.errorprone + + com.fhs-opensource easy-trans-mybatis-plus-extend + + + mybatis-plus-extension + com.baomidou + + @@ -81,6 +101,18 @@ commons-pool2 + + + com.fasterxml.jackson.core + jackson-core + + + + + com.fasterxml.jackson.core + jackson-databind + + cn.hutool @@ -109,6 +141,12 @@ cn.afterturn easypoi-spring-boot-starter + + + javassist + org.javassist + + diff --git a/snowy-plugin-api/snowy-plugin-dev-api/pom.xml b/snowy-plugin-api/snowy-plugin-dev-api/pom.xml index d4508bd7..fbf87091 100644 --- a/snowy-plugin-api/snowy-plugin-dev-api/pom.xml +++ b/snowy-plugin-api/snowy-plugin-dev-api/pom.xml @@ -25,6 +25,12 @@ com.qcloud cos_api + + + tencentcloud-sdk-java-common + com.tencentcloudapi + + @@ -55,12 +61,24 @@ com.tencentcloudapi tencentcloud-sdk-java-ses + + + okio-jvm + com.squareup.okio + + com.aliyun dysmsapi20170525 + + + org.jacoco.agent + org.jacoco + +