This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 91dd3343d TIKA-4379: reintroduce exclusion for latest version of
json-smart, fails again
91dd3343d is described below
commit 91dd3343d3fb25a94fe63361ba2a5c3ccadfa1fa
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Feb 14 08:27:54 2025 +0100
TIKA-4379: reintroduce exclusion for latest version of json-smart, fails
again
---
tika-parent/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index fe807e939..eac00ef19 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1161,6 +1161,14 @@
<version>3.2.0</version>
<configuration>
<excludeCoordinates>
+ <!-- TODO https://github.com/netplex/json-smart-v2/issues/232
+ https://github.com/sonatype/ossindex-maven/issues/84
+ -->
+ <coordinate>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>2.5.2</version>
+ </coordinate>
<!-- solr emitter -->
<coordinate>
<groupId>org.eclipse.jetty</groupId>