[dna-commits] DNA SVN: r1159 - in trunk/extensions: dna-web-jcr-rest-war and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Aug 10 14:34:03 EDT 2009


Author: rhauch
Date: 2009-08-10 14:34:03 -0400 (Mon, 10 Aug 2009)
New Revision: 1159

Modified:
   trunk/extensions/dna-web-jcr-rest-war/pom.xml
   trunk/extensions/dna-web-jcr-rest/pom.xml
Log:
DNA-500 Corrected the POM file for the REST projects, which specified the version of SLF4J explicitly (rather than inheriting them from the parent POM

Modified: trunk/extensions/dna-web-jcr-rest/pom.xml
===================================================================
--- trunk/extensions/dna-web-jcr-rest/pom.xml	2009-08-06 23:11:43 UTC (rev 1158)
+++ trunk/extensions/dna-web-jcr-rest/pom.xml	2009-08-10 18:34:03 UTC (rev 1159)
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.4.3</version>
+			<version>1.5.8</version>
 			<scope>runtime</scope>
 		</dependency>
 		<!-- 

Modified: trunk/extensions/dna-web-jcr-rest-war/pom.xml
===================================================================
--- trunk/extensions/dna-web-jcr-rest-war/pom.xml	2009-08-06 23:11:43 UTC (rev 1158)
+++ trunk/extensions/dna-web-jcr-rest-war/pom.xml	2009-08-10 18:34:03 UTC (rev 1159)
@@ -21,7 +21,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.4.3</version>
+			<version>1.5.8</version>
 			<scope>runtime</scope>
 		</dependency>
 



More information about the dna-commits mailing list