You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/09/27 18:34:06 UTC

[tika] 01/01: TIKA-4144 -- update netcdf integration

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch TIKA-4144
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 721925316355127d5b8ee8481f456f6cb333b45a
Author: tballison <ta...@apache.org>
AuthorDate: Wed Sep 27 14:33:57 2023 -0400

    TIKA-4144 -- update netcdf integration
---
 tika-app/pom.xml                                               | 10 +---------
 .../tika-parser-scientific-package/pom.xml                     |  2 ++
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 68ac79477..468e1ffde 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -135,15 +135,7 @@
                     <exclude>CHANGES</exclude>
                     <exclude>README</exclude>
                     <exclude>builddef.lst</exclude>
-                    <!-- clutter not needed in jar -->
-                    <exclude>resources/grib1/nasa/README*.pdf</exclude>
-                    <exclude>resources/grib1/**/readme*.txt</exclude>
-                    <exclude>resources/grib2/**/readme*.txt</exclude>
-                    <!-- TIKA-763: Workaround to avoid including LGPL classes -->
-                    <exclude>ucar/nc2/iosp/fysat/Fysat*.class</exclude>
-                    <exclude>ucar/nc2/dataset/transform/VOceanSG1*class</exclude>
-                    <exclude>ucar/unidata/geoloc/vertical/OceanSG*.class</exclude>
-                    <!-- https://issues.apache.org/jira/browse/TIKA-3650-->
+                    <!-- https://issues.apache.org/jira/browse/TIKA-3650 -->
                     <exclude>javax/**/*</exclude>
 
                   </excludes>
diff --git a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
index a45dfda0b..d65906ac3 100644
--- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
+++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml
@@ -92,6 +92,8 @@
                     <exclude>META-INF/MANIFEST.MF</exclude>
                     <exclude>META-INF/LICENSE.md</exclude>
                     <exclude>META-INF/NOTICE.md</exclude>
+                    <!--  clutter not needed in jar -->
+                    <exclude>resources/grib1/nasa/README*.pdf</exclude>
                   </excludes>
                 </filter>
               </filters>