Author: cwiklik
Date: Wed Jun 8 15:25:23 2016
New Revision: 1747405
URL: http://svn.apache.org/viewvc?rev=1747405&view=rev
Log:
UIMA-4730 removed httpclient dependency from commons
Modified:
uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1747405&r1=1747404&r2=1747405&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Jun 8 15:25:23
2016
@@ -245,11 +245,11 @@ ${uimaDUCCNoticeText}
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${http.commons.client.version}</version>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -476,7 +476,7 @@ ${uimaDUCCNoticeText}
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-server</artifactId>
+ <artifactId>activemq-client</artifactId>
<version>${org.apache.activemq.version}</version>
</dependency>