From 6bbda6f043a6a90a149bfbc2f4f22d5e31aae433 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 21 Aug 2013 20:22:53 -0700 Subject: [PATCH] Exclude org.apache.httpcomponents stuff from geoip2 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9cf7f8e7be..82605acee5 100644 --- a/pom.xml +++ b/pom.xml @@ -374,6 +374,16 @@ com.maxmind.geoip2 geoip2 0.4.0 + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + + -- GitLab