You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by gs...@apache.org on 2009/09/09 03:11:59 UTC

svn commit: r812741 - /lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template

Author: gsingers
Date: Wed Sep  9 01:11:58 2009
New Revision: 812741

URL: http://svn.apache.org/viewvc?rev=812741&view=rev
Log:
Get the deps right!

Modified:
    lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template

Modified: lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template?rev=812741&r1=812740&r2=812741&view=diff
==============================================================================
--- lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template (original)
+++ lucene/solr/trunk/contrib/extraction/solr-cell-pom.xml.template Wed Sep  9 01:11:58 2009
@@ -39,7 +39,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.tika</groupId>
-      <artifactId>tika</artifactId>
+      <artifactId>tika-core</artifactId>
+      <version>0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
       <version>0.4</version>
     </dependency>
   </dependencies>