From 892d28051fbd745c33566e1c86d054aa2c11c4cc Mon Sep 17 00:00:00 2001
From: Konstantin Gribov <grossws@gmail.com>
Date: Tue, 11 Nov 2014 17:33:29 +0300
Subject: [PATCH] Added slf4j-jcl impl to tika-server deps.

Fixes TIKA-1472.
---
 tika-server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index e09a3de..5d158f1 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -84,6 +84,12 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-jcl</artifactId>
+      <version>1.6.1</version>
+    </dependency>
   </dependencies>
 
   <build>
-- 
2.1.3

