Added xml jelly tag dependeny as it seems to be required by maven rc3 (but not by Maven 1.0 head).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-06-14 16:45:07 +00:00
parent a02b97b40c
commit 176c7b74f0

View File

@ -152,7 +152,16 @@
<abbot.webstart>true</abbot.webstart>
</properties>
</dependency>
<!-- Note: It seems this is required only by some versions of Maven
(Maven rc3 for example). -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>