You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by th...@apache.org on 2014/01/20 13:26:18 UTC

svn commit: r1559674 - /tika/trunk/tika-parsers/pom.xml

Author: thaichat04
Date: Mon Jan 20 12:26:17 2014
New Revision: 1559674

URL: http://svn.apache.org/r1559674
Log:
misc: remove version of junit on dependency

Modified:
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1559674&r1=1559673&r2=1559674&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Jan 20 12:26:17 2014
@@ -190,8 +190,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <scope>test</scope>
-      <version>4.11</version>
+      <scope>test</scope>      
     </dependency>
     <dependency>
        <groupId>org.mockito</groupId>