You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/06/24 11:39:39 UTC

svn commit: r1495970 - /manifoldcf/trunk/framework/core/pom.xml

Author: kwright
Date: Mon Jun 24 09:39:39 2013
New Revision: 1495970

URL: http://svn.apache.org/r1495970
Log:
Add missing dependency

Modified:
    manifoldcf/trunk/framework/core/pom.xml

Modified: manifoldcf/trunk/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/pom.xml?rev=1495970&r1=1495969&r2=1495970&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/pom.xml (original)
+++ manifoldcf/trunk/framework/core/pom.xml Mon Jun 24 09:39:39 2013
@@ -55,6 +55,11 @@
   </build>
 
   <dependencies>
+      <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>${httpcomponent.version}</version>
+    </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>