You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/03 22:24:10 UTC

svn commit: r811105 - /incubator/uima/uimaj/trunk/uimaj-core/pom.xml

Author: schor
Date: Thu Sep  3 20:24:10 2009
New Revision: 811105

URL: http://svn.apache.org/viewvc?rev=811105&view=rev
Log:
[UIMA-1549] change dependency on log4j to optional, provided

Modified:
    incubator/uima/uimaj/trunk/uimaj-core/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/pom.xml?rev=811105&r1=811104&r2=811105&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/pom.xml Thu Sep  3 20:24:10 2009
@@ -48,7 +48,8 @@
 	      <groupId>log4j</groupId>
 	      <artifactId>log4j</artifactId>
 	      <version>1.2.8</version>
-	      <scope>compile</scope>
+	      <scope>provided</scope>
+        <optional>true</optional>
 	    </dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>