|
|
@@ -3,14 +3,14 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
+
|
|
|
<groupId>com.inspur</groupId>
|
|
|
<artifactId>inspur</artifactId>
|
|
|
<version>3.8.2</version>
|
|
|
|
|
|
<name>party-admin</name>
|
|
|
<description>灯塔智慧党建管理系统</description>
|
|
|
-
|
|
|
+
|
|
|
<properties>
|
|
|
<inspur.version>3.8.2</inspur.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
@@ -26,13 +26,14 @@
|
|
|
<fastjson.version>2.0.4</fastjson.version>
|
|
|
<oshi.version>6.1.6</oshi.version>
|
|
|
<commons.io.version>2.11.0</commons.io.version>
|
|
|
- <commons.fileupload.version>1.4</commons.fileupload.version>
|
|
|
+ <commons.fileupload.version>1.5</commons.fileupload.version>
|
|
|
<commons.collections.version>3.2.2</commons.collections.version>
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
+ <snakeyaml.version>2.0</snakeyaml.version>
|
|
|
</properties>
|
|
|
-
|
|
|
+
|
|
|
<!-- 依赖声明 -->
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
@@ -41,11 +42,23 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
- <version>2.5.14</version>
|
|
|
+ <version>2.7.12</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.yaml</groupId>
|
|
|
+ <artifactId>snakeyaml</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
+ <version>5.7.12</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- 阿里数据库连接池 -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
@@ -260,4 +273,4 @@
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
|
|
|
-</project>
|
|
|
+</project>
|