You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/06/02 18:45:46 UTC

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

Author: nick
Date: Mon Jun  2 16:45:46 2014
New Revision: 1599263

URL: http://svn.apache.org/r1599263
Log:
Patch from Lewis from TIKA-1258 - Bump the NetCDF dependency from 4.2 to 4.2.20

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=1599263&r1=1599262&r2=1599263&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Jun  2 16:45:46 2014
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>edu.ucar</groupId>
       <artifactId>netcdf</artifactId>
-      <version>4.2-min</version>
+      <version>4.2.20</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -218,7 +218,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.5.6</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>