SOLR-2056 adding velocity to pom.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@986831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2010-08-18 18:17:30 +00:00
parent 8668ae733e
commit 01fa6f4216
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.6.1</version>
</dependency>
<!-- Solr specific commons csv -->
<dependency>