This is an automated email from the ASF dual-hosted git repository.
tilman 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 8ac655acf TIKA-4327: reintroduce exclusion for latest version of
json-smart, fails again
8ac655acf is described below
commit 8ac655acf06aef5aa8481b80e389da40f7352fdf
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 13 17:07:02 2025 +0100
TIKA-4327: reintroduce exclusion for latest version of json-smart, fails
again
---
tika-parent/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4e1f4d968..b19bd5309 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1173,6 +1173,12 @@
<version>3.2.0</version>
<configuration>
<excludeCoordinates>
+ <!-- TODO https://github.com/netplex/json-smart-v2/issues/232 -->
+ <coordinate>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>2.5.2</version>
+ </coordinate>
<!-- solr emitter -->
<coordinate>
<groupId>org.eclipse.jetty</groupId>