diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 9e0b797d0..88b93d36b 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -83,6 +83,16 @@ 1.6.6 2.12.2 4.6.0 + + 3.1.2.RELEASE + 1.1.10.5 + 5.2.5 + 1.4.7 + 1.5.3 + 3.6.2 + 1.77 + 2.2 + 1.26.0 @@ -108,8 +118,16 @@ ${spring.cloud.alibaba.version} pom import + + + snakeyaml + org.yaml + + + + cn.iocoder.cloud @@ -367,11 +385,84 @@ spring-boot-admin-starter-server ${spring-boot-admin.version} + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + de.codecentric spring-boot-admin-starter-client ${spring-boot-admin.version} + + + + + org.xerial.snappy + snappy-java + ${snappy.version} + + + + org.apache.poi + poi-scratchpad + ${poi.version} + + + org.jeecgframework + autopoi-parent + ${autopoi.version} + + + org.apache.poi + poi-scratchpad + + + + + + + org.codehaus.jettison + jettison + ${jettison.version} + + + + + org.jeecgframework.boot + jeecg-boot-common + ${jeecg.version} + pom + import + + + + org.bouncycastle + bcpkix-jdk18on + ${bcpkix.version} + + + com.h2database + h2 + 2.2.222 + + + + com.jayway.jsonpath + json-path + 2.9.0 + + + + + commons-fileupload + commons-fileupload + 1.5 + + + @@ -474,7 +565,11 @@ easyexcel ${easyexcel.verion} - + + org.apache.commons + commons-compress + ${commons-compress.verion} + commons-io commons-io @@ -658,7 +753,14 @@ xercesImpl ${xercesImpl.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + compile + diff --git a/yudao-framework/yudao-spring-boot-starter-env/pom.xml b/yudao-framework/yudao-spring-boot-starter-env/pom.xml index 3b5ca0771..4594a6b06 100644 --- a/yudao-framework/yudao-spring-boot-starter-env/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-env/pom.xml @@ -33,8 +33,34 @@ org.springframework.boot spring-boot-starter + + + org.yaml + snakeyaml + + + logback-classic + ch.qos.logback + + + + + + org.yaml + snakeyaml + compile + + ch.qos.logback + logback-classic + 1.4.14 + + + ch.qos.logback + logback-core + 1.4.14 + org.springframework @@ -50,7 +76,19 @@ org.springframework.cloud spring-cloud-loadbalancer + + + bcpkix-jdk15on + org.bouncycastle + + + + + org.bouncycastle + bcpkix-jdk18on + + io.github.openfeign feign-core diff --git a/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml b/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml index 767156231..0a8c7685e 100644 --- a/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-rpc/pom.xml @@ -27,6 +27,17 @@ org.springframework.cloud spring-cloud-starter-loadbalancer + + + bcpkix-jdk15on + org.bouncycastle + + + + + + org.bouncycastle + bcpkix-jdk18on org.springframework.cloud diff --git a/yudao-framework/yudao-spring-boot-starter-web/pom.xml b/yudao-framework/yudao-spring-boot-starter-web/pom.xml index 8e8f74a30..3aa9975f9 100644 --- a/yudao-framework/yudao-spring-boot-starter-web/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-web/pom.xml @@ -44,6 +44,11 @@ spring-security-core provided + + org.springframework.security + spring-security-crypto + 6.2.1 + com.github.xiaoymin diff --git a/yudao-module-report/yudao-module-report-biz/pom.xml b/yudao-module-report/yudao-module-report-biz/pom.xml index 443471dc5..9196cfddc 100644 --- a/yudao-module-report/yudao-module-report-biz/pom.xml +++ b/yudao-module-report/yudao-module-report-biz/pom.xml @@ -109,6 +109,12 @@ org.jeecgframework.jimureport jimureport-spring-boot-starter + + + org.codehaus.jettison + jettison + 1.5.4 + xerces