Skip to content

Commit

Permalink
Fix: Excluded slf4j dependency from com.ning.async-http-client as it …
Browse files Browse the repository at this point in the history
…conflicts with the log4j dependency
  • Loading branch information
Demian committed Jul 15, 2015
1 parent 946978e commit 79f55bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.9.29</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand Down

0 comments on commit 79f55bf

Please sign in to comment.