Adding velocity to the list of deps.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-02-21 22:00:27 +00:00
parent 293ea5e04e
commit 0a882b8dac

View File

@@ -64,6 +64,11 @@
<!-- jar files the project is dependent on -->
<dependencies>
<dependency>
<id>velocity</id>
<version>1.3</version>
<url>http://jakarta.apache.org/velocity/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
@@ -74,7 +79,7 @@
</dependency>
<dependency>
<id>classworlds</id>
<version>20030211.155236</version>
<version>1.0-beta-4</version>
<url>http://classworlds.werken.com</url>
</dependency>
</dependencies>