diff options
author | Demian <dalonso@ecotaxi.com> | 2015-07-15 15:09:39 -0300 |
---|---|---|
committer | Demian <dalonso@ecotaxi.com> | 2015-07-15 15:09:39 -0300 |
commit | 79f55bfd79c1960358c1c000be63e7c3bd6a2d25 (patch) | |
tree | 246c0f53f2921e7d0f3827ea85aa9af4666b7f2d | |
parent | 946978e44223beb5b4b202c80dce6319f9a5cc14 (diff) | |
download | trackermap-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
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |