Author: wkasper
Date: Tue Jul 12 14:12:55 2011
New Revision: 1145602
URL: http://svn.apache.org/viewvc?rev=1145602&view=rev
Log:
Added Apache Tika Core dependency
Modified:
incubator/stanbol/trunk/parent/pom.xml
Modified: incubator/stanbol/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1145602&r1=1145601&r2=1145602&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Tue Jul 12 14:12:55 2011
@@ -1016,11 +1016,11 @@
<scope>provided</scope>
</dependency>
- <!-- TextCat -->
+ <!-- Apache Tika core -->
<dependency>
- <groupId>net.sourceforge</groupId>
- <artifactId>textcat</artifactId>
- <version>1.0.1</version>
+ <groupId>org.apache.tika</groupId>
+ <artifactId>tika-core</artifactId>
+ <version>0.9</version>
<scope>provided</scope>
</dependency>