Added missing dependency on maven jelly tag (required for the unit tests)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-06-13 10:51:19 +00:00
parent cd1a329b00
commit 1ec0e4d428

View File

@ -110,9 +110,13 @@
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-jelly-tags</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<!-- Required for commons-httpclient -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>