You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/05/30 17:22:31 UTC

svn commit: r661758 - /jackrabbit/trunk/jackrabbit-text-extractors/pom.xml

Author: jukka
Date: Fri May 30 08:22:31 2008
New Revision: 661758

URL: http://svn.apache.org/viewvc?rev=661758&view=rev
Log:
JCR-1631: Replace commons-logging dependency with SLF4J

Modified:
    jackrabbit/trunk/jackrabbit-text-extractors/pom.xml

Modified: jackrabbit/trunk/jackrabbit-text-extractors/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-text-extractors/pom.xml?rev=661758&r1=661757&r2=661758&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-text-extractors/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-text-extractors/pom.xml Fri May 30 08:22:31 2008
@@ -49,6 +49,18 @@
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
+      <exclusions>
+        <!-- JCR-1631: Replace commons-logging dependency with SLF4J -->
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <!-- JCR-1631: Replace commons-logging dependency with SLF4J -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl104-over-slf4j</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.poi</groupId>