Author: sisbell
Date: Wed Feb 4 17:07:25 2009
New Revision: 740797
URL: http://svn.apache.org/viewvc?rev=740797&view=rev
Log:
Fixed broken poms.
Modified:
maven/components/trunk/pom.xml
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=740797&r1=740796&r2=740797&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Feb 4 17:07:25 2009
@@ -251,6 +251,11 @@
<!--start-->
<dependency>
<groupId>org.apache.maven</groupId>
+ <artifactId>maven-mercury</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
<artifactId>maven-lifecycle</artifactId>
<version>${project.version}</version>
</dependency>
@@ -404,7 +409,7 @@
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
- <version
+ <version>${jxpathVersion}</version>
</dependency>
<!-- Mercury -->