You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/12/17 13:55:08 UTC

svn commit: r1422913 - in /stanbol/trunk: commons/solr/core/pom.xml parent/pom.xml

Author: rwesten
Date: Mon Dec 17 12:55:06 2012
New Revision: 1422913

URL: http://svn.apache.org/viewvc?rev=1422913&view=rev
Log:
STANBOL-845: added lucene-grouping module to the embedded solr dependencies of o.a.s.commons.solr.core

Modified:
    stanbol/trunk/commons/solr/core/pom.xml
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/commons/solr/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/pom.xml?rev=1422913&r1=1422912&r2=1422913&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/pom.xml (original)
+++ stanbol/trunk/commons/solr/core/pom.xml Mon Dec 17 12:55:06 2012
@@ -154,7 +154,7 @@
               solr-analysis-extras, commons-httpclient,
               lucene-core, lucene-analyzers, lucene-highlighter, lucene-memory,
               lucene-spatial, lucene-spellchecker, lucene-misc, lucene-queries,
-              lucene-icu, lucene-phonetic,
+              lucene-icu, lucene-phonetic, lucene-grouping, 
               velocity, velocity-tools
             </Embed-Dependency>
           </instructions>
@@ -240,6 +240,10 @@
       <artifactId>lucene-phonetic</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.regexp</artifactId>
     </dependency>

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1422913&r1=1422912&r2=1422913&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Mon Dec 17 12:55:06 2012
@@ -1028,12 +1028,12 @@
   	  <artifactId>icu4j</artifactId>
 	    <version>4.8.1.1</version>
     </dependency>    
-    <!-- other unused Lucene bundes
     <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-grouping</artifactId>
         <version>${solr-version}</version>
     </dependency>
+    <!-- other unused Lucene bundes
     <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-queryparser</artifactId>