Skip to content

Commit b0ac2ef

Browse files
committed
remove log4j-to-slf4j (log4j-slf4j-impl is used)
1 parent c0a30db commit b0ac2ef

File tree

1 file changed

+0
-12
lines changed
  • aws-serverless-java-container-struts2

1 file changed

+0
-12
lines changed

aws-serverless-java-container-struts2/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@
6666
<version>${jackson.version}</version>
6767
</dependency>
6868

69-
<dependency>
70-
<groupId>org.apache.logging.log4j</groupId>
71-
<artifactId>log4j-to-slf4j</artifactId>
72-
<version>2.14.1</version>
73-
<exclusions>
74-
<exclusion>
75-
<groupId>org.slf4j</groupId>
76-
<artifactId>slf4j-api</artifactId>
77-
</exclusion>
78-
</exclusions>
79-
</dependency>
80-
8169
<dependency>
8270
<groupId>javax.el</groupId>
8371
<artifactId>javax.el-api</artifactId>

0 commit comments

Comments
 (0)