From 2f60cf3ff3f5b3b9c8a8399b4cd70d3a9e1d2d0e Mon Sep 17 00:00:00 2001 From: cmg <527198563@qq.com> Date: 星期二, 16 四月 2024 16:49:28 +0800 Subject: [PATCH] 修改 --- pom.xml | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 103 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 53ed0f3..2db317b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ <groupId>com.hx.gitee</groupId> <artifactId>hx-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>stander</version> <packaging>pom</packaging> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.5.RELEASE</version> - <relativePath/> + <version>2.6.2</version> + <relativePath/> <!-- lookup parent from repository --> </parent> @@ -26,14 +26,15 @@ <sfjson.version>2.4</sfjson.version> <orgApache.commons>3.9</orgApache.commons> <commons-io>2.6</commons-io> - <orgApache.poi>3.9</orgApache.poi> <net.sourceforge>2.6.12</net.sourceforge> <pinyin4j>2.5.1</pinyin4j> <commons.lang.version>2.5</commons.lang.version> <ezmorph.version>1.0.3</ezmorph.version> <oss.version>2.8.3</oss.version> <jstl.api.version>1.2</jstl.api.version> - <spring.redis.version>1.4.2.RELEASE</spring.redis.version> + <spring.redis.version>2.7.0</spring.redis.version> + <redisson.version>3.17.4</redisson.version> + <jackson.databind.version>2.13.3</jackson.databind.version> <cglib.version>3.1</cglib.version> <shiro.version>1.3.2</shiro.version> <commons-beanutils.version>1.9.3</commons-beanutils.version> @@ -42,7 +43,7 @@ <java.jwt.version>3.10.3</java.jwt.version> <jjwt.version>0.9.1</jjwt.version> <pagehelper.version>5.1.11</pagehelper.version> - <pagehelper-boot.version>1.2.13</pagehelper-boot.version> + <pagehelper-boot.version>1.4.1</pagehelper-boot.version> <mail.version>1.6.2</mail.version> <jdk15on.version>1.66</jdk15on.version> <dom4j.version>2.1.3</dom4j.version> @@ -52,13 +53,46 @@ <!--mybatis鑷姩鐢熸垚--> <mybatis.actable>1.1.1.RELEASE</mybatis.actable> <!--鑵捐浜慶os--> - <cos.version>5.6.24</cos.version> + <cos.version>5.6.89</cos.version> + <!--鍗庝负浜慶os--> + <obs.version>3.20.6.2</obs.version> + <!--鍔犲瘑鍣�--> + <jasypt.version>2.1.2</jasypt.version> + <!--瀵硅薄涓嶺ML澶勭悊--> + <jaxb.version>2.3.1</jaxb.version> + <fileupload.version>1.4</fileupload.version> + <xlsx-streamer.version>2.2.0</xlsx-streamer.version> + <validation.version>2.0.1.Final</validation.version> + <openfeign.version>3.1.0</openfeign.version> + <loadbalancer.version>3.1.0</loadbalancer.version> + <fadada.version>5.4.0.0229</fadada.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + <!--File杞琈ultipartFile--> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>${fileupload.version}</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb.version}</version> + </dependency> + + <dependency> + <groupId>com.github.ulisesbocchio</groupId> + <artifactId>jasypt-spring-boot-starter</artifactId> + <version>${jasypt.version}</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api --> <dependency> <groupId>com.qcloud</groupId> <artifactId>cos_api</artifactId> @@ -177,11 +211,25 @@ </dependency> <!-- excel2003浣跨敤鐨刯ar --> - <dependency> + <!--<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${orgApache.poi}</version> </dependency> + + <!– https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml –> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>${orgApache.poi}</version> + </dependency>--> + + <dependency> + <groupId>com.monitorjbl</groupId> + <artifactId>xlsx-streamer</artifactId> + <version>${xlsx-streamer.version}</version> + </dependency> + <dependency> <groupId>redis.clients</groupId> @@ -194,12 +242,25 @@ <artifactId>spring-boot-starter-data-redis</artifactId> <version>${spring.redis.version}</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter --> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson-spring-boot-starter</artifactId> + <version>${redisson.version}</version> + </dependency> + + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson.databind.version}</version> + </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${lombok.version}</version> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -210,11 +271,21 @@ <artifactId>jstl-api</artifactId> <version>${jstl.api.version}</version> </dependency> + + <!--闃块噷浜憃ss--> <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> <version>${oss.version}</version> </dependency> + + <!--鍗庝负浜憃bs锛坥ss锛�--> + <dependency> + <groupId>com.huaweicloud</groupId> + <artifactId>esdk-obs-java</artifactId> + <version>${obs.version}</version> + </dependency> + <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> @@ -292,6 +363,30 @@ <artifactId>ezmorph</artifactId> <version>${ezmorph.version}</version> </dependency> + + <dependency> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + <version>${validation.version}</version> + </dependency> + + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-openfeign</artifactId> + <version>${openfeign.version}</version> + </dependency> + + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-loadbalancer</artifactId> + <version>${loadbalancer.version}</version> + </dependency> + + <dependency> + <groupId>com.fadada.api</groupId> + <artifactId>fasc-openapi-java-sdk</artifactId> + <version>${fadada.version}</version> + </dependency> </dependencies> </dependencyManagement> -- Gitblit v1.8.0