Commit 1fe08f49c7abf88226f0dadaa239928220522073
1 parent
48b00754
升级spring-boot到最新版本2.5.9
Showing
1 changed file
with
1 additions
and
15 deletions
pom.xml
... | ... | @@ -32,7 +32,6 @@ |
32 | 32 | <commons.collections.version>3.2.2</commons.collections.version> |
33 | 33 | <poi.version>4.1.2</poi.version> |
34 | 34 | <velocity.version>2.3</velocity.version> |
35 | - <log4j2.version>2.17.1</log4j2.version> | |
36 | 35 | <jwt.version>0.9.1</jwt.version> |
37 | 36 | </properties> |
38 | 37 | |
... | ... | @@ -44,7 +43,7 @@ |
44 | 43 | <dependency> |
45 | 44 | <groupId>org.springframework.boot</groupId> |
46 | 45 | <artifactId>spring-boot-dependencies</artifactId> |
47 | - <version>2.5.8</version> | |
46 | + <version>2.5.9</version> | |
48 | 47 | <type>pom</type> |
49 | 48 | <scope>import</scope> |
50 | 49 | </dependency> |
... | ... | @@ -151,19 +150,6 @@ |
151 | 150 | <version>${fastjson.version}</version> |
152 | 151 | </dependency> |
153 | 152 | |
154 | - <!-- log4j日志组件 --> | |
155 | - <dependency> | |
156 | - <groupId>org.apache.logging.log4j</groupId> | |
157 | - <artifactId>log4j-api</artifactId> | |
158 | - <version>${log4j2.version}</version> | |
159 | - </dependency> | |
160 | - | |
161 | - <dependency> | |
162 | - <groupId>org.apache.logging.log4j</groupId> | |
163 | - <artifactId>log4j-to-slf4j</artifactId> | |
164 | - <version>${log4j2.version}</version> | |
165 | - </dependency> | |
166 | - | |
167 | 153 | <!-- Token生成与解析--> |
168 | 154 | <dependency> |
169 | 155 | <groupId>io.jsonwebtoken</groupId> |
... | ... |