mirror of https://github.com/apache/lucene.git
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:
parent
8668ae733e
commit
01fa6f4216
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue