Add jaxen dependency to make it compatible with new versions of dom4j.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@412177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-06-06 17:05:40 +00:00
parent 74c1e6be95
commit 15176c331e

View File

@ -177,6 +177,14 @@
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-8</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>