Skip to content

Commit 7d49a2f

Browse files
committed
upgrade log4j version to 2.25.4 #ignore#
1 parent 1e471b7 commit 7d49a2f

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

dss-framework/dss-framework-project-server-webank/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,68 @@
159159
<groupId>io.netty</groupId>
160160
<artifactId>netty-all</artifactId>
161161
</exclusion>
162+
<exclusion>
163+
<artifactId>log4j-1.2-api</artifactId>
164+
<groupId>org.apache.logging.log4j</groupId>
165+
</exclusion>
166+
167+
<exclusion>
168+
<artifactId>log4j-core</artifactId>
169+
<groupId>org.apache.logging.log4j</groupId>
170+
</exclusion>
171+
<exclusion>
172+
<artifactId>log4j-jul</artifactId>
173+
<groupId>org.apache.logging.log4j</groupId>
174+
</exclusion>
175+
<exclusion>
176+
<artifactId>log4j-slf4j-impl</artifactId>
177+
<groupId>org.apache.logging.log4j</groupId>
178+
</exclusion>
179+
<exclusion>
180+
<artifactId>log4j-jcl</artifactId>
181+
<groupId>org.apache.logging.log4j</groupId>
182+
</exclusion>
183+
162184
</exclusions>
163185
</dependency>
164186

187+
188+
<dependency>
189+
<artifactId>log4j-1.2-api</artifactId>
190+
<groupId>org.apache.logging.log4j</groupId>
191+
<version>${log4j.version}</version>
192+
</dependency>
193+
194+
<dependency>
195+
<artifactId>log4j-core</artifactId>
196+
<groupId>org.apache.logging.log4j</groupId>
197+
<version>${log4j.version}</version>
198+
</dependency>
199+
200+
<dependency>
201+
<artifactId>log4j-jul</artifactId>
202+
<groupId>org.apache.logging.log4j</groupId>
203+
<version>${log4j.version}</version>
204+
</dependency>
205+
206+
<dependency>
207+
<artifactId>log4j-slf4j-impl</artifactId>
208+
<groupId>org.apache.logging.log4j</groupId>
209+
<version>${log4j.version}</version>
210+
</dependency>
211+
212+
<dependency>
213+
<artifactId>log4j-jcl</artifactId>
214+
<groupId>org.apache.logging.log4j</groupId>
215+
<version>${log4j.version}</version>
216+
</dependency>
217+
165218
<dependency>
166219
<groupId>org.springframework</groupId>
167220
<artifactId>spring-context-support</artifactId>
168221
<version>${spring.version}</version>
169222
</dependency>
223+
170224
<dependency>
171225
<groupId>org.springframework</groupId>
172226
<artifactId>spring-context-support</artifactId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<xstream.version>1.4.20</xstream.version>
6464
<jersey.version>2.30.1</jersey.version>
6565
<druid.version>1.2.4</druid.version>
66+
<log4j.version>2.25.4</log4j.version>
6667
</properties>
6768

6869
<dependencyManagement>

0 commit comments

Comments
 (0)