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 2014/11/24 20:42:52 UTC

svn commit: r1641453 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Mon Nov 24 19:42:52 2014
New Revision: 1641453

URL: http://svn.apache.org/r1641453
Log:
UIMA-4121 added new httpclient and httpcore jars into lib/http-client

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1641453&r1=1641452&r2=1641453&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Mon Nov 24 19:42:52 2014
@@ -160,6 +160,8 @@ under the License.    
       <includes>
         <include>commons-httpclient:commons-httpclient</include>
         <include>commons-codec:commons-codec</include>
+        <include>org.apache.httpcomponents:httpcore</include>
+        <include>org.apache.httpcomponents:httpclient</include>
       </includes>      
       <outputDirectory>lib/http-client</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
@@ -167,6 +169,7 @@ under the License.    
       <directoryMode>755</directoryMode>        
     </dependencySet>
 
+
 	<!-- Combine the shared common jars -->
     <dependencySet>
       <useStrictFiltering>true</useStrictFiltering>