diff --git a/pom.xml b/pom.xml
index df3d148f9cfa7f1111cb4646a859005371d9e781..30d8f59de4b949aeb945cf44eeb85933cad3ffe0 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 -->