You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wk...@apache.org on 2011/07/12 15:22:28 UTC

svn commit: r1145589 - /incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml

Author: wkasper
Date: Tue Jul 12 13:22:28 2011
New Revision: 1145589

URL: http://svn.apache.org/viewvc?rev=1145589&view=rev
Log:
Added Apache Tika Core dependency

Modified:
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1145589&r1=1145588&r2=1145589&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Tue Jul 12 13:22:28 2011
@@ -168,6 +168,11 @@
       <artifactId>mime-util</artifactId>
       <version>2.1.3</version>
     </bundle>
+	<bundle> <!-- used by langid -->
+	  <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+      <version>0.9</version>
+	</bundle>
     <bundle> <!-- only used by the Factstore -->
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>