Skip to content

Commit fb3195a

Browse files
authored
fix: Removing Log4J dependencies from the tracing module. (#106)
1 parent cc4e38c commit fb3195a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

powertools-tracing/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.apache.logging.log4j</groupId>
59-
<artifactId>log4j-core</artifactId>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.apache.logging.log4j</groupId>
63-
<artifactId>log4j-api</artifactId>
64-
</dependency>
6557
<dependency>
6658
<groupId>org.aspectj</groupId>
6759
<artifactId>aspectjrt</artifactId>

0 commit comments

Comments
 (0)