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:
vmassol 2005-08-31 15:15:55 +00:00
parent a572a55ba7
commit be9a050d5b

View File

@ -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>