You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2009/04/28 16:19:03 UTC

svn commit: r769420 - /lucene/tika/trunk/tika-app/pom.xml

Author: jukka
Date: Tue Apr 28 14:19:02 2009
New Revision: 769420

URL: http://svn.apache.org/viewvc?rev=769420&view=rev
Log:
TIKA-219: Split Tika to separate modules

Correct dependency in tika-app.

Modified:
    lucene/tika/trunk/tika-app/pom.xml

Modified: lucene/tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-app/pom.xml?rev=769420&r1=769419&r2=769420&view=diff
==============================================================================
--- lucene/tika/trunk/tika-app/pom.xml (original)
+++ lucene/tika/trunk/tika-app/pom.xml Tue Apr 28 14:19:02 2009
@@ -40,9 +40,8 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.tika</groupId>
-      <artifactId>tika-core</artifactId>
+      <artifactId>tika-parsers</artifactId>
       <version>0.4-SNAPSHOT</version>
-      <optional/>
     </dependency>
   </dependencies>