You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/03/02 21:48:46 UTC

svn commit: r1733364 - /uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml

Author: cwiklik
Date: Wed Mar  2 20:48:46 2016
New Revision: 1733364

URL: http://svn.apache.org/viewvc?rev=1733364&view=rev
Log:
UIMA-4790 Added compile dependency on httpclient,core and httpclient-cache

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml?rev=1733364&r1=1733363&r2=1733364&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml Wed Mar  2 20:48:46 2016
@@ -75,9 +75,25 @@
 			<artifactId>uima-ducc-container</artifactId>
 			<scope>compile</scope>
 		</dependency>
+
+        <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpclient</artifactId>
+
+        </dependency>
         
+        <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpclient-cache</artifactId>
 
-        <!-- dependency>
+        </dependency>
+        
+        <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpcore</artifactId>
+        </dependency>
+        
+        <!--dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </dependency>
@@ -85,7 +101,7 @@
         <dependency>
             <groupId>commons-httpcore</groupId>
             <artifactId>commons-httpcore</artifactId>
-        </dependency -->
+        </dependency-->
 
         <dependency>
             <groupId>junit</groupId>