aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDemian <dalonso@ecotaxi.com>2015-07-15 15:09:39 -0300
committerDemian <dalonso@ecotaxi.com>2015-07-15 15:09:39 -0300
commit79f55bfd79c1960358c1c000be63e7c3bd6a2d25 (patch)
tree246c0f53f2921e7d0f3827ea85aa9af4666b7f2d /pom.xml
parent946978e44223beb5b4b202c80dce6319f9a5cc14 (diff)
downloadtrackermap-server-79f55bfd79c1960358c1c000be63e7c3bd6a2d25.tar.gz
trackermap-server-79f55bfd79c1960358c1c000be63e7c3bd6a2d25.tar.bz2
trackermap-server-79f55bfd79c1960358c1c000be63e7c3bd6a2d25.zip
Fix: Excluded slf4j dependency from com.ning.async-http-client as it conflicts with the log4j dependency
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index df51a3ba5..ad56c0f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>