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/25 15:55:18 UTC

svn commit: r1641626 - /uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties

Author: cwiklik
Date: Tue Nov 25 14:55:18 2014
New Revision: 1641626

URL: http://svn.apache.org/r1641626
Log:
UIMA-4125 removed duplicate http-client and removed not needed resources from the JP CP

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties?rev=1641626&r1=1641625&r2=1641626&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/jobclasspath.properties Tue Nov 25 14:55:18 2014
@@ -48,6 +48,5 @@ ducc.jobprocess.classpath = \
   ${DUCC_HOME}/apache-uima/apache-activemq/lib/optional/*:\
   ${DUCC_HOME}/lib/apache-camel/*:\
   ${DUCC_HOME}/lib/apache-commons/*:\
-  ${DUCC_HOME}/lib/http-client/*:\
-  ${DUCC_HOME}/lib/springframework/*:\
-  ${DUCC_HOME}/resources
+  ${DUCC_HOME}/lib/springframework/*:
+  
\ No newline at end of file