Skip to content

Commit

Permalink
fix: Removing Log4J dependencies from the tracing module. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
msailes authored Sep 24, 2020
1 parent cc4e38c commit fb3195a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions powertools-tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
Expand Down

0 comments on commit fb3195a

Please sign in to comment.