You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/02/11 08:43:46 UTC

svn commit: r908863 - /incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Author: reto
Date: Thu Feb 11 07:43:44 2010
New Revision: 908863

URL: http://svn.apache.org/viewvc?rev=908863&view=rev
Log:
setting log4j version to avoid broken dependency

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=908863&r1=908862&r2=908863&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Thu Feb 11 07:43:44 2010
@@ -305,13 +305,13 @@
 		
 	</repositories>
 	<pluginRepositories>
-		<!-- for a version that fixed PAXEXAM-159 and 160 -->
+		<!-- for a version that fixes PAXEXAM-159 and 160 -->
 		<pluginRepository>
 			<id>ops4j-plugin-snapshot</id>
 			<name>ops4j.org snapshot repository</name>
 			<url>http://repository.ops4j.org/mvn-snapshots/</url>
 		</pluginRepository>
-		<!-- neede by fix of PAXEXAM-160 -->
+		<!-- needed by fix of PAXEXAM-160 -->
 		<pluginRepository>
 			<id>apache-plugin-snapshot</id>
 			<name>apache.org snapshot repository</name>
@@ -343,6 +343,13 @@
 				<version>1.0</version>
 			</dependency>
 			<dependency>
+				<!-- this is needed as 1.2.15 point to non functional repository,
+				http://jira.codehaus.org/browse/MEV-649 -->
+				<groupId>log4j</groupId>
+				<artifactId>log4j</artifactId>
+				<version>1.2.14</version>
+			</dependency>
+			<dependency>
 				<groupId>org.scala-lang</groupId>
 				<artifactId>scala-library</artifactId>
 				<version>${scala.version}</version>