[dna-commits] DNA SVN: r1146 - in trunk: docs/examples/gettingstarted and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Aug 5 11:37:14 EDT 2009


Author: rhauch
Date: 2009-08-05 11:37:14 -0400 (Wed, 05 Aug 2009)
New Revision: 1146

Modified:
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/pom.xml
Log:
DNA-500 Repositories example throws NoSuchMethodError due to conflicting log4j versions

I just uploaded 1.5.8 to the JBoss Maven 2 repository (including source), and have changed our POM files to reference this version.  A complete build was successful, and the repository example was run successfully.

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2009-08-05 15:01:53 UTC (rev 1145)
+++ trunk/docs/examples/gettingstarted/pom.xml	2009-08-05 15:37:14 UTC (rev 1146)
@@ -65,12 +65,12 @@
       <dependency>
 		    <groupId>org.slf4j</groupId>
 		    <artifactId>slf4j-api</artifactId>
-		    <version>1.5.6</version>
+		    <version>1.5.8</version>
       </dependency>
       <dependency>
 		    <groupId>org.slf4j</groupId>
 		    <artifactId>slf4j-log4j12</artifactId>
-		    <version>1.5.6</version>
+		    <version>1.5.8</version>
       </dependency>
 	   <dependency>
 		    <groupId>log4j</groupId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-08-05 15:01:53 UTC (rev 1145)
+++ trunk/pom.xml	2009-08-05 15:37:14 UTC (rev 1146)
@@ -541,13 +541,13 @@
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-api</artifactId>
-				<version>1.5.6</version>
+				<version>1.5.8</version>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-log4j12</artifactId>
-				<version>1.5.6</version>
+				<version>1.5.8</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>



More information about the dna-commits mailing list