This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 9ca1fe68374f4581bc3fcd6dc3d3cd5ce773f4b3
Author: TALLISON <[email protected]>
AuthorDate: Tue May 14 08:51:12 2019 -0400

    TIKA-2872 -- add slf4j-log4j12 to tika-dl.  Thank you, Oleg Tikhonov!
---
 tika-dl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index 785dd89..12ab298 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -358,6 +358,11 @@
       <artifactId>commons-io</artifactId>
       <version>2.6</version>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to