SOLR-2358: Maven configuration: add new solr-noggit dependency to the solrj module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-27 19:37:52 +00:00
parent b3b3235301
commit 3df14f6b1a
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
<build-directory>../build/solr-solrj</build-directory>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-noggit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>