Skip to content

Commit

Permalink
[ISSUE apache#3635] remove log4j dependency in client pom (apache#3636)
Browse files Browse the repository at this point in the history
Co-authored-by: zanglei <zanglei@kuaishou.com>
  • Loading branch information
2 people authored and 上河 committed Mar 3, 2022
1 parent d2b3aa7 commit 1f002ac
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand All @@ -59,15 +54,5 @@
<version>0.33.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 1f002ac

Please sign in to comment.