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 2018/05/01 13:20:09 UTC

svn commit: r1830678 - /uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml

Author: cwiklik
Date: Tue May  1 13:20:09 2018
New Revision: 1830678

URL: http://svn.apache.org/viewvc?rev=1830678&view=rev
Log:
UIMA-5756 added httpclient and httpcore as dependencies

Modified:
    uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml

Modified: uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml?rev=1830678&r1=1830677&r2=1830678&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-pullservice/pom.xml Tue May  1 13:20:09 2018
@@ -36,6 +36,22 @@
 		<artifactId>uimaj-as-core</artifactId>
 	</dependency>
 
+    <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+
+    </dependency>
+        
+    <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient-cache</artifactId>
+
+    </dependency>
+     
+    <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpcore</artifactId>
+    </dependency>
     
   </dependencies>
 </project>