You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by to...@apache.org on 2013/03/28 12:05:37 UTC

svn commit: r1462034 - /stanbol/trunk/commons/solr/core/pom.xml

Author: tommaso
Date: Thu Mar 28 11:05:37 2013
New Revision: 1462034

URL: http://svn.apache.org/r1462034
Log:
STANBOL-1000 - removed lucene-analyzers-icu dependency from commons.solr.core as extras.icu is responsible for that

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

Modified: stanbol/trunk/commons/solr/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/pom.xml?rev=1462034&r1=1462033&r2=1462034&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/pom.xml (original)
+++ stanbol/trunk/commons/solr/core/pom.xml Thu Mar 28 11:05:37 2013
@@ -103,8 +103,7 @@
               solr-analysis-extras,
               lucene-core, lucene-analyzers-common, lucene-highlighter, 
               lucene-spatial, lucene-spellchecker, lucene-misc, lucene-queries,
-              lucene-icu, lucene-analyzers-icu, lucene-memory,
-              lucene-phonetic, lucene-grouping, lucene-codecs, 
+              lucene-memory, lucene-phonetic, lucene-grouping, lucene-codecs,
               lucene-queryparser, lucene-sandbox, lucene-suggest, 
               zookeeper
             </Embed-Dependency>
@@ -190,10 +189,6 @@
         <artifactId>lucene-spatial</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-analyzers-icu</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-analyzers-phonetic</artifactId>
     </dependency>
@@ -229,6 +224,10 @@
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
     <!--dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>