You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/02/20 13:25:22 UTC

svn commit: r1824876 - /jackrabbit/trunk/jackrabbit-webapp/pom.xml

Author: reschke
Date: Tue Feb 20 13:25:22 2018
New Revision: 1824876

URL: http://svn.apache.org/viewvc?rev=1824876&view=rev
Log:
JCR-4215: Use Tika version 1.17

(remove duplicate dependency)

Modified:
    jackrabbit/trunk/jackrabbit-webapp/pom.xml

Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/pom.xml?rev=1824876&r1=1824875&r2=1824876&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Tue Feb 20 13:25:22 2018
@@ -135,12 +135,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mime4j</artifactId>
       <version>0.6</version>