Was failing to compile without this dependency. Plucked the version from what

Maven is currently using.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brekke 2003-02-03 17:09:42 +00:00
parent 619c4fab99
commit a7cb80a670

View File

@ -52,5 +52,13 @@
</developer>
</developers>
<dependencies>
<dependency>
<id>dom4j</id>
<version>1.4-dev-8</version>
<url>http://www.dom4j.org/</url>
</dependency>
</dependencies>
</project>