You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/11/07 20:44:53 UTC

[tika] branch main updated: Add note about dependency convergence errors to the BOM description in our README.md

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 a4582ad3e Add note about dependency convergence errors to the BOM description in our README.md
a4582ad3e is described below

commit a4582ad3e903ecf0b7b7a0af6b02a24c7b6e5fc1
Author: tballison <ta...@apache.org>
AuthorDate: Mon Nov 7 15:44:46 2022 -0500

    Add note about dependency convergence errors to the BOM description in our README.md
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b333bdfc4..674bc230b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,9 @@ has now been discovered to have a vulnerability:
 Maven Dependencies
 ==================
 
-Apache Tika provides *Bill of Material* (BOM) artifact to align Tika module versions and simplify version management.
+Apache Tika provides *Bill of Material* (BOM) artifact to align Tika module versions and simplify version management. 
+To avoid convergence errors in your own project, import this
+bom or Tika's parent pom.xml in your dependencey management section.
 
 If you use Apache Maven: