You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Nick Burch <ap...@gagravarr.org> on 2014/06/11 12:38:20 UTC

Re: svn commit: r1601805 - in /tika/trunk: CHANGES.txt tika-bundle/pom.xml tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml tika-parsers/pom.xml tika-parsers/src/test/resources/test-documents/breidamerkurjokull_radar_pr ofiles_2009.mat

On Wed, 11 Jun 2014, mattmann@apache.org wrote:
> --- tika/trunk/tika-parsers/pom.xml (original)
> +++ tika/trunk/tika-parsers/pom.xml Wed Jun 11 03:23:29 2014
> @@ -76,9 +76,14 @@
>     <dependency>
>       <groupId>edu.ucar</groupId>
>       <artifactId>netcdf</artifactId>
> -      <version>4.2.20</version>
> +      <version>4.2-min</version>
>     </dependency>

You appear to have backed out the netcdf upgrade without comment/note?

> @@ -218,7 +223,7 @@
>     <dependency>
>       <groupId>org.slf4j</groupId>
>       <artifactId>slf4j-log4j12</artifactId>
> -      <version>1.6.1</version>
> +      <version>1.5.6</version>
>       <scope>test</scope>
>     </dependency>

And the slf4j one?

Nick

Re: svn commit: r1601805 - in /tika/trunk: CHANGES.txt tika-bundle/pom.xml tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml tika-parsers/pom.xml tika-parsers/src/test/resources/test-documents/breidamerkurjokull_radar_pr ofiles_2009.mat

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Ugh, missed the NetCDF one (fixed the slf4j one).

Fixed the NetCDF issue in r1601848, nice catch Nick.

Cheers,
Chris




-----Original Message-----
From: Nick Burch <ap...@gagravarr.org>
Reply-To: "dev@tika.apache.org" <de...@tika.apache.org>
Date: Wednesday, June 11, 2014 3:38 AM
To: "dev@tika.apache.org" <de...@tika.apache.org>
Subject: Re: svn commit: r1601805 - in /tika/trunk: CHANGES.txt
tika-bundle/pom.xml
tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
tika-parsers/pom.xml
tika-parsers/src/test/resources/test-documents/breidamerkurjokull_radar_pr
ofiles_2009.mat

>On Wed, 11 Jun 2014, mattmann@apache.org wrote:
>> --- tika/trunk/tika-parsers/pom.xml (original)
>> +++ tika/trunk/tika-parsers/pom.xml Wed Jun 11 03:23:29 2014
>> @@ -76,9 +76,14 @@
>>     <dependency>
>>       <groupId>edu.ucar</groupId>
>>       <artifactId>netcdf</artifactId>
>> -      <version>4.2.20</version>
>> +      <version>4.2-min</version>
>>     </dependency>
>
>You appear to have backed out the netcdf upgrade without comment/note?
>
>> @@ -218,7 +223,7 @@
>>     <dependency>
>>       <groupId>org.slf4j</groupId>
>>       <artifactId>slf4j-log4j12</artifactId>
>> -      <version>1.6.1</version>
>> +      <version>1.5.6</version>
>>       <scope>test</scope>
>>     </dependency>
>
>And the slf4j one?
>
>Nick