Skip to content

Commit

Permalink
[ISSUE #3635] remove log4j dependency in client pom (#3636)
Browse files Browse the repository at this point in the history
Co-authored-by: zanglei <zanglei@kuaishou.com>
  • Loading branch information
Zanglei06 and zanglei committed Dec 13, 2021
1 parent 7d1b001 commit 4a8263b
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 4a8263b

Please sign in to comment.