Exclude org.apache.httpcomponents stuff from geoip2

This commit is contained in:
Gian Merlino 2013-08-21 20:22:53 -07:00
parent 1037a48a8e
commit 6bbda6f043
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -374,6 +374,16 @@
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>0.4.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>