From 784d643c8d073dc31652b03b7f1bd82a9d1c627f Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期四, 23 十一月 2023 20:21:26 +0800 Subject: [PATCH] 优化班级课程 --- pom.xml | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 107 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8df21a0..312cfca 100644 --- a/pom.xml +++ b/pom.xml @@ -17,10 +17,10 @@ <version>1.5.10.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> - <properties> - <project.build.sourceEncoding>GBK</project.build.sourceEncoding> - <project.reporting.outputEncoding>GBK</project.reporting.outputEncoding> + <!-- 涓�1.8閰嶇疆鍦ㄤ竴璧凤紝璁剧疆缂栫爜闆�--> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> </properties> <repositories> @@ -66,6 +66,36 @@ <version>1.2</version> </dependency> + <!-- 鍗庝负浜慜BS渚濊禆/--> + <dependency> + <groupId>com.huaweicloud</groupId> + <artifactId>esdk-obs-java</artifactId> + <version>3.20.6.1</version> + </dependency> + + <!-- <dependency>--> + <!-- <groupId>com.huaweicloud</groupId>--> + <!-- <artifactId>esdk-obs-java-bundle</artifactId>--> + <!-- <version>[3.21.11,)</version>--> + <!-- </dependency>--> + <!-- 寮曞叆lombok/--> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <version>1.18.4</version> + <scope>provided</scope> + </dependency> + <!-- 寮曞叆hutool宸ュ叿/--> + <!-- <dependency>--> + <!-- <groupId>cn.hutool</groupId>--> + <!-- <artifactId>hutool-all</artifactId>--> + <!-- <version>5.8.0.M4</version>--> + <!-- </dependency>--> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-core</artifactId> + <version>5.6.5</version> + </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> @@ -349,6 +379,80 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.7.0</version> + </dependency> + + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.4</version> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.0.1</version> + </dependency> + + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.3</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>net.sf.ezmorph</groupId> + <artifactId>ezmorph</artifactId> + <version>1.0.6</version> + </dependency> + <dependency> + <groupId>net.sf.json-lib</groupId> + <artifactId>json-lib</artifactId> + <version>2.2.3</version> + <classifier>jdk15</classifier><!-- 鎸囧畾jdk鐗堟湰 --> + </dependency> + + <dependency> + <groupId>com.aliyun.oss</groupId> + <artifactId>aliyun-sdk-oss</artifactId> + <version>2.8.3</version> + </dependency> + + <dependency> + <groupId>org.lionsoul</groupId> + <artifactId>ip2region</artifactId> + <version>1.7.2</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + </dependency> + </dependencies> <build> <plugins> -- Gitblit v1.8.0