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 bcf806e1f TIKA-4327: exclude json-smart until release of 2.5.2
bcf806e1f is described below
commit bcf806e1feb6fd35c4792d7630eaf0f386c70cae
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Feb 9 09:39:54 2025 +0100
TIKA-4327: exclude json-smart until release of 2.5.2
---
tika-parent/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ae642521f..5debb2738 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1162,6 +1162,12 @@
<version>3.2.0</version>
<configuration>
<excludeCoordinates>
+ <!-- json-smart 2.5.2 to be released soon
https://github.com/netplex/json-smart-v2 -->
+ <coordinate>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>2.5.1</version>
+ </coordinate>
<!-- solr emitter -->
<coordinate>
<groupId>org.eclipse.jetty</groupId>