From 5aedeb99b79351f208b0abb2a7957f6f09e7e456 Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@yahoo.co.jp>
Date: Sun, 13 Jul 2014 21:18:46 +0900
Subject: [PATCH] #181

---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index df3d148f9..30d8f59de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,6 +530,12 @@
       <groupId>org.codelibs.solr</groupId>
       <artifactId>solrlib</artifactId>
       <version>1.3.1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpclient</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.codelibs.sastruts</groupId>
@@ -760,6 +766,10 @@
           <artifactId>webbit</artifactId>
           <groupId>org.webbitserver</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpclient</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- Removed from war -->
-- 
GitLab