This is an automated email from the ASF dual-hosted git repository. grossws pushed a commit to branch remove-log4j in repository https://gitbox.apache.org/repos/asf/tika.git
commit 5e318e23914f8ab5f0b0ca237166c5f66890b8a5 Author: Konstantin Gribov <[email protected]> AuthorDate: Sat Nov 19 22:50:41 2022 +0300 Remove log4j 1.2.x exclusion in ossindex plugin --- tika-parent/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 11217e097..f7853970e 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -1006,11 +1006,6 @@ <artifactId>lucene-queryparser</artifactId> <version>4.0.0</version> </exclude> - <exclude> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </exclude> <!-- this one is used in tika-example --> <exclude> <!-- sonatype: https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd -->
