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/08/29 16:39:41 UTC

[tika] branch main updated: TIKA-3842 -- revert slf4j until there's a compatible log4j2 bridge.

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 f534a5e8a TIKA-3842 -- revert slf4j until there's a compatible log4j2 bridge.
f534a5e8a is described below

commit f534a5e8ac85fd1443319095c3b23cea92e8de53
Author: tallison <ta...@apache.org>
AuthorDate: Mon Aug 29 12:39:28 2022 -0400

    TIKA-3842 -- revert slf4j until there's a compatible log4j2 bridge.
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 775685858..f37aeb0bb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -372,7 +372,7 @@
     <scm.version>1.13.0</scm.version>
     <sis.version>1.2</sis.version>
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
-    <slf4j.version>2.0.0</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <solrj.version>8.11.2</solrj.version>
     <spring.version>5.3.22</spring.version>
     <sqlite.version>3.39.2.1</sqlite.version>