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

rzo1 pushed a commit to branch fix_issues_from_ipmc_release_vote
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git

commit b479472126bd0b68c552b08068af0b59201b635c
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Nov 22 08:02:50 2024 +0100

    Excludes BSD w/ Nuclear Option License brought in via Tika Image Parser 
Package
---
 THIRD-PARTY.txt       | 4 ----
 external/tika/pom.xml | 5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index 4e15bbc5..d098dc0e 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -306,10 +306,6 @@ List of third-party dependencies grouped by their license 
type.
         * Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.22.3 - 
https://developers.google.com/protocol-buffers/protobuf-java/)
         * Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.25.3 - 
https://developers.google.com/protocol-buffers/protobuf-java/)
 
-    BSD 3-clause License w/nuclear disclaimer
-
-        * Java Advanced Imaging Image I/O Tools API core (standalone) 
(com.github.jai-imageio:jai-imageio-core:1.4.0 - 
https://github.com/jai-imageio/jai-imageio-core)
-
     BSD License
 
         * curvesapi (com.github.virtuald:curvesapi:1.08 - 
https://github.com/virtuald/curvesapi)
diff --git a/external/tika/pom.xml b/external/tika/pom.xml
index 3f49bb8d..29def0c8 100644
--- a/external/tika/pom.xml
+++ b/external/tika/pom.xml
@@ -60,6 +60,11 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-log4j12</artifactId>
                                </exclusion>
+                               <!-- This comes in through the Tika Image 
Parser module and has an incompatible BSD license -->
+                               <exclusion>
+                                       
<groupId>com.github.jai-imageio</groupId>
+                                       
<artifactId>jai-imageio-core</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 

Reply via email to