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 2013/01/09 22:08:04 UTC

svn commit: r1431078 - in /uima/sandbox/uima-ducc/trunk: src/main/assembly/bin.xml uima-ducc-parent/pom.xml

Author: cwiklik
Date: Wed Jan  9 21:08:04 2013
New Revision: 1431078

URL: http://svn.apache.org/viewvc?rev=1431078&view=rev
Log:
UIMA-2491 update dependencies

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.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=1431078&r1=1431077&r2=1431078&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Wed Jan  9 21:08:04 2013
@@ -236,6 +236,7 @@ under the License.    
         <include>org.apache.camel:camel-stream</include>
         <include>org.apache.camel:camel-xmlbeans</include>
         <include>org.apache.camel:camel-xstream</include>
+        <include>org.apache.camel:camel-core</include>
       </includes>      
       <outputDirectory>ducc_runtime/lib/apache-camel</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
@@ -254,6 +255,10 @@ under the License.    
         <include>org.springframework:spring-jms</include>
         <include>org.springframework:spring-context</include>
         <include>org.springframework:spring-context-support</include>
+        <include>org.slf4j:jcl-over-slf4j</include>
+        <include>org.slf4j:slf4j-log4j12</include>
+        <include>org.slf4j:slf4j-api</include>
+        
       </includes>      
       <outputDirectory>ducc_runtime/lib/springframework</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>

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=1431078&r1=1431077&r2=1431078&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Jan  9 21:08:04 2013
@@ -47,6 +47,7 @@
 		<commons.lang.version>2.6</commons.lang.version>
 		<commons.math.version>2.0</commons.math.version>
 		<log4j.version>1.2.16</log4j.version>
+		<slf4j.version>1.5.11</slf4j.version>
 		<xmlbeans.version>2.5.0</xmlbeans.version>
 		<junit.version>4.8.2</junit.version>
 		<jetty.version>7.4.4.v20110707</jetty.version>
@@ -58,6 +59,26 @@
 	<dependencyManagement>
 		<dependencies>
 
+            <dependency>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-log4j12</artifactId>
+               <version>${slf4j.version}</version>
+            </dependency>
+        
+        dependency>
+    
+        <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>jcl-over-slf4j</artifactId>
+           <version>${slf4j.version}</version>
+        </dependency>
+
+        <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+          <version>${slf4j.version}</version>
+        </dependency>
+			
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
@@ -330,11 +351,29 @@
     <!-- dependency is defined in dependencyMangagement section above                      -->
 	<dependencies>
 
-		<dependency>
+
+        <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>slf4j-log4j12</artifactId>
+        </dependency> 
+            
+		
+		<dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>jcl-over-slf4j</artifactId>
+        </dependency>
+
+        <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+        </dependency>
+        
+        <dependency>
 			<groupId>commons-lang</groupId>
 			<artifactId>commons-lang</artifactId>
 		</dependency>
-
+        
+        
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>