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
commit a381318866650d56974105fab1dabf30f608ef69 Author: tallison <[email protected]> AuthorDate: Fri May 27 12:11:34 2022 -0400 TIKA-3751 -- yet another ossindex complaint that is not justified --- tika-parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index d21f0f8ad..c82124f7a 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -755,6 +755,12 @@ <version>3.2.0</version> <configuration> <excludeCoordinates> + <!-- the link from ossindex "divide by zero" points to fixes that were made in 2.18.0 --> + <exclude> + <groupId>com.drewnoakes</groupId> + <artifactId>metadata-extractor</artifactId> + <version>2.18.0</version> + </exclude> <exclude> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
