You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/01/27 20:37:53 UTC

svn commit: r1236855 - /lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template

Author: sarowe
Date: Fri Jan 27 19:37:52 2012
New Revision: 1236855

URL: http://svn.apache.org/viewvc?rev=1236855&view=rev
Log:
SOLR-2358: Maven configuration: add new solr-noggit dependency to the solrj module

Modified:
    lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template?rev=1236855&r1=1236854&r2=1236855&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/solr/solrj/pom.xml.template Fri Jan 27 19:37:52 2012
@@ -37,6 +37,11 @@
   </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>
       <exclusions>