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

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


The following commit(s) were added to refs/heads/main by this push:
     new 51ed3ff77 ossindex exclude jackson-core for now.  No fix is available.
51ed3ff77 is described below

commit 51ed3ff778831a875958f6c1821cf90ce37d714e
Author: tallison <[email protected]>
AuthorDate: Mon Dec 12 10:59:25 2022 -0500

    ossindex exclude jackson-core for now.  No fix is available.
---
 tika-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ac5e8ca35..4ee15a1e5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1024,6 +1024,11 @@
                 <artifactId>h2</artifactId>
                 <version>2.1.214</version>
             </exclude>
+            <exclude>
+              <groupId>com.fasterxml.jackson.core</groupId>
+              <artifactId>jackson-core</artifactId>
+              <version>2.14.1</version>
+            </exclude>
           </excludeCoordinates>
           <fail>true</fail>
         </configuration>

Reply via email to