Author: rwesten
Date: Tue Oct 15 04:28:02 2013
New Revision: 1532181
URL: http://svn.apache.org/r1532181
Log:
STANBL-1165: revert commit of Apache Tika version upgrade in parent pom.xml.
This upgrade will come later with STANBOL-1171 as soon as the remaining issues
are solved
Modified:
stanbol/trunk/parent/pom.xml
Modified: stanbol/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1532181&r1=1532180&r2=1532181&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Tue Oct 15 04:28:02 2013
@@ -1261,18 +1261,18 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
- <version>1.4</version>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
- <version>1.4</version>
+ <version>1.2</version>
</dependency>
- <dependency>
+ <!-- dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-xmp</artifactId>
<version>1.4</version>
- </dependency>
+ </dependency -->
<!-- Aperture -->
<dependency>
<groupId>org.semanticdesktop.aperture</groupId>