[Schmitzm-commits] r771 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Mar 21 13:12:06 CET 2010


Author: alfonx
Date: 2010-03-21 13:12:06 +0100 (Sun, 21 Mar 2010)
New Revision: 771

Modified:
   trunk/pom.xml
Log:
einen log4j versionkonflik in pom.xml behoben.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-21 11:36:11 UTC (rev 770)
+++ trunk/pom.xml	2010-03-21 12:12:06 UTC (rev 771)
@@ -145,7 +145,15 @@
 			<scope>compile</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-log4j12</artifactId>
+			<version>1.5.11</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
 
+
 		<dependency>
 			<!--
 				Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.



More information about the Schmitzm-commits mailing list