o adding back dependencies cause if you call the plugin from an attain goal it can't find log if your calling script hasn't loaded that library

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
plynch
2003-05-15 17:12:25 +00:00
parent e81ddc8283
commit 5d49b8b7a3

View File

@@ -54,6 +54,14 @@
</developer>
</developers>
<dependencies>
<dependency>
<id>ant</id>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-log</artifactId>
<version>20030211.142821</version>
</dependency>
</dependencies>
</project>