Author: tpalsulich
Date: Wed Aug 13 21:56:26 2014
New Revision: 1617845
URL: http://svn.apache.org/r1617845
Log:
Initial commit for TIKA-1391, parsing examples.
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=1617845&r1=1617844&r2=1617845&view=diff
==============================================================================
--- tika/trunk/tika-example/pom.xml (original)
+++ tika/trunk/tika-example/pom.xml Wed Aug 13 21:56:26 2014
@@ -68,5 +68,9 @@
<artifactId>tika-translate</artifactId>
<version>1.7-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file