Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
update slf4j-log4j12 dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jul 16, 2016
1 parent f30ebd6 commit 0816ce8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -458,7 +458,18 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${version.slf4j}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- log4j -->
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 0816ce8

Please sign in to comment.