Author: tallison
Date: Thu Aug 28 19:30:22 2014
New Revision: 1621185
URL: http://svn.apache.org/r1621185
Log:
correct examples pom to pull test-jar from tika-parsers
Modified:
tika/trunk/tika-example/pom.xml
Modified: tika/trunk/tika-example/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-example/pom.xml?rev=1621185&r1=1621184&r2=1621185&view=diff
==============================================================================
--- tika/trunk/tika-example/pom.xml (original)
+++ tika/trunk/tika-example/pom.xml Thu Aug 28 19:30:22 2014
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
- <artifactId>tika-core</artifactId>
+ <artifactId>tika-parsers</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>