MPJETTY-2: Seems that it also requires a dependency on Ant... Not sure why but it's needed apparently...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@265502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a572a55ba7
commit
be9a050d5b
@ -83,5 +83,10 @@
|
|||||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ant</groupId>
|
||||||
|
<artifactId>ant</artifactId>
|
||||||
|
<version>1.6.5</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user