Author: cwiklik
Date: Tue Jun  7 19:17:34 2016
New Revision: 1747307

URL: http://svn.apache.org/viewvc?rev=1747307&view=rev
Log:
UIMA-4808 removed httpclient, xstream, xpull

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=1747307&r1=1747306&r2=1747307&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue Jun  7 19:17:34 
2016
@@ -190,10 +190,9 @@ under the License.
     </dependencySet>
 
        <!-- Only used by some daemons -->
-    <dependencySet>
+    <!-- dependencySet>
       <useStrictFiltering>true</useStrictFiltering>
       <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>
@@ -202,7 +201,7 @@ under the License.
       <useProjectArtifact>false</useProjectArtifact>
       <fileMode>644</fileMode> 
       <directoryMode>755</directoryMode>        
-    </dependencySet>
+    </dependencySet-->
 
 
        <!-- Combine the shared common jars -->
@@ -212,7 +211,7 @@ under the License.
         <include>commons-cli:commons-cli</include>
         <include>commons-collections:commons-collections</include>
         <include>commons-lang:commons-lang</include>
-        <include>commons-pool:commons-pool</include>
+        <!-- include>commons-pool:commons-pool</include-->
       </includes>      
       <outputDirectory>lib/apache-commons</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
@@ -241,6 +240,7 @@ under the License.
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-context</include>
         <include>org.apache.camel:camel-http</include>
+        <include>org.apache.camel:camel-http-common</include>
         <include>org.apache.camel:camel-http4</include>
         <include>org.apache.camel:camel-jetty</include>
         <include>org.apache.camel:camel-jetty-common</include>
@@ -249,8 +249,9 @@ under the License.
         <include>org.apache.camel:camel-spring</include>
         <include>org.apache.camel:camel-xmlbeans</include>
         <include>org.apache.camel:camel-xstream</include>
-        <include>com.thoughtworks.xstream:xstream</include>
+        <!--include>com.thoughtworks.xstream:xstream</include-->
         <include>org.apache.mina:mina-core</include>
+        <!--include>xmlpull:xmlpull</include-->
 
         <include>org.apache.camel:camel-servlet</include>
         <include>org.apache.camel:camel-stream</include>


Reply via email to