Skip to content

Commit 0f8d5ce

Browse files
committed
Remove old log4j dependency.
Related: #1274.
1 parent ee6cee0 commit 0f8d5ce

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

spring-ws-core/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,6 @@
201201
<version>${slf4j.version}</version>
202202
<scope>test</scope>
203203
</dependency>
204-
<dependency>
205-
<groupId>org.apache.logging.log4j</groupId>
206-
<artifactId>log4j-slf4j18-impl</artifactId>
207-
<version>${log4j2.version}</version>
208-
<scope>test</scope>
209-
<exclusions>
210-
<exclusion>
211-
<groupId>org.slf4j</groupId>
212-
<artifactId>slf4j-api</artifactId>
213-
</exclusion>
214-
<exclusion>
215-
<groupId>org.apache.logging.log4j</groupId>
216-
<artifactId>log4j-core</artifactId>
217-
</exclusion>
218-
</exclusions>
219-
</dependency>
220204

221205
<dependency>
222206
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)