Remove netcdf support

Sadly netcdf library is not Apache2 License compatible so we should not package it anymore.

For users who wants to use it, they can add manually [netcdf librairies](http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/) in `plugins/mapper-attachments` dir and they will get the support back.

Closes #84.
This commit is contained in:
David Pilato 2014-09-08 23:51:01 +02:00
parent 888d79075e
commit ba74fc2b5e
1 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,12 @@
<artifactId>tika-parsers</artifactId>
<version>1.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>edu.ucar</groupId>
<artifactId>netcdf</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>