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:
parent
a02b97b40c
commit
176c7b74f0
@ -153,6 +153,15 @@
|
||||
</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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user