aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>