You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2010/04/11 14:14:16 UTC

svn commit: r932874 - in /incubator/empire-db/trunk: empire-db/pom.xml pom.xml

Author: francisdb
Date: Sun Apr 11 12:14:16 2010
New Revision: 932874

URL: http://svn.apache.org/viewvc?rev=932874&view=rev
Log:
fix logging, commons-logging is a compile-time dependency

Modified:
    incubator/empire-db/trunk/empire-db/pom.xml
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/empire-db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db/pom.xml?rev=932874&r1=932873&r2=932874&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db/pom.xml Sun Apr 11 12:14:16 2010
@@ -35,6 +35,13 @@
 			<groupId>commons-collections</groupId>
 			<artifactId>commons-collections</artifactId>
 		</dependency>
+		<!-- TODO we should get rid of this dependency -->
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<!-- <scope>runtime</scope>-->
+			<!-- <optional>true</optional> -->
+		</dependency>
 		<!-- TEST -->
 		<dependency>
 		    <groupId>hsqldb</groupId>

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=932874&r1=932873&r2=932874&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Apr 11 12:14:16 2010
@@ -269,18 +269,17 @@
 			</dependency> 
 		</dependencies>
 	</dependencyManagement>
-	<dependencies>
-		<dependency>
-			<groupId>commons-logging</groupId>
-			<artifactId>commons-logging</artifactId>
-			<scope>provided</scope>
-		</dependency>
+	<dependencies><!--
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
-			<scope>provided</scope>
+			<scope>runtime</scope>
 			<optional>true</optional>
 		</dependency>
+		--><dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>