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 2011/06/27 23:45:00 UTC

svn commit: r1140336 - /incubator/stanbol/trunk/entityhub/yard/solr/pom.xml

Author: rwesten
Date: Mon Jun 27 21:44:59 2011
New Revision: 1140336

URL: http://svn.apache.org/viewvc?rev=1140336&view=rev
Log:
removed "solr-dataimporthandler-extras" to get rid of the dependency to the apache tika parsers.
This might solve the issue reported by STANBOL-242. However I can not test this locally because I can not reproduce the issue.

Modified:
    incubator/stanbol/trunk/entityhub/yard/solr/pom.xml

Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1140336&r1=1140335&r2=1140336&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Mon Jun 27 21:44:59 2011
@@ -91,8 +91,7 @@
               org.apache.stanbol.entityhub.yard.solr.impl.install;version=${pom.version}
             </Private-Package>
             <Embed-Dependency>
-              solr-solrj, solr-core, solr-noggit, solr-dataimporthandler, 
-              solr-dataimporthandler-extras,
+              solr-solrj, solr-core, solr-noggit, solr-dataimporthandler,
               lucene-core, lucene-analyzers, lucene-highlighter, lucene-memory,
               lucene-spatial, lucene-spellchecker, lucene-misc, lucene-queries,
               xalan, lucene-xercesImpl, serializer, xml-apis, 
@@ -151,10 +150,10 @@
         <groupId>org.apache.solr</groupId>
         <artifactId>solr-dataimporthandler</artifactId>
     </dependency>
-    <dependency>
+    <!-- <dependency>
         <groupId>org.apache.solr</groupId>
         <artifactId>solr-dataimporthandler-extras</artifactId>
-    </dependency>
+    </dependency>  -->
     <dependency>
         <groupId>org.apache.solr</groupId>
         <artifactId>solr-noggit</artifactId>