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 2015/05/05 18:24:41 UTC

svn commit: r1677858 - in /uima/uima-as/trunk: uima-as-parent/pom.xml uimaj-as-activemq/pom.xml

Author: cwiklik
Date: Tue May  5 16:24:41 2015
New Revision: 1677858

URL: http://svn.apache.org/r1677858
Log:
UIMA-3633 Added log4j dependency

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1677858&r1=1677857&r2=1677858&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Tue May  5 16:24:41 2015
@@ -139,6 +139,8 @@
 
 		<xstream.version>1.4.3</xstream.version>
 
+                <log4j.version>1.2.17</log4j.version>
+
 		<xmlbeans.version>2.4.0</xmlbeans.version>
 		
 		<slf4j.version>1.6.4</slf4j.version>
@@ -348,6 +350,11 @@ ${uimaASNoticeText}
           <version>${slf4j.version}</version>
           </dependency>
 			
+          <dependency>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+          <version>${log4j.version}</version>
+          </dependency>
 			
 		  <dependency>
               <groupId>commons-httpclient</groupId>

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1677858&r1=1677857&r2=1677858&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Tue May  5 16:24:41 2015
@@ -179,6 +179,11 @@
 		</dependency>
 
 		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+
+		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-jms_1.1_spec</artifactId>
 		</dependency>