You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2010/12/17 00:10:06 UTC

svn commit: r1050215 - /oodt/trunk/pushpull/pom.xml

Author: bfoster
Date: Thu Dec 16 23:10:05 2010
New Revision: 1050215

URL: http://svn.apache.org/viewvc?rev=1050215&view=rev
Log:

- cas-pushpull was getting the tika parsers from cas-metadata's dependency on tika 0.2

----------------------

OODT-89

Modified:
    oodt/trunk/pushpull/pom.xml

Modified: oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1050215&r1=1050214&r2=1050215&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Thu Dec 16 23:10:05 2010
@@ -161,6 +161,11 @@
       <version>0.8</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+      <version>0.8</version>
+    </dependency>
+    <dependency>
       <groupId>nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
       <version>0.9.5</version>