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 dbc680f  TIKA-3164 update POI to 5.1.0 -- fix convergence checks
dbc680f is described below

commit dbc680f500b83621b06deb7bb7aa23f9bda39efa
Author: tallison <[email protected]>
AuthorDate: Fri Dec 10 16:26:53 2021 -0500

    TIKA-3164 update POI to 5.1.0 -- fix convergence checks
---
 tika-parent/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c3aae85..c44fb4b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -535,6 +535,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-core</artifactId>
+        <version>${log4j2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-api</artifactId>
+        <version>${log4j2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-slf4j-impl</artifactId>
         <version>${log4j2.version}</version>
       </dependency>

Reply via email to