You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2011/09/18 12:29:36 UTC

svn commit: r1172240 - /tika/trunk/tika-parsers/pom.xml

Author: jukka
Date: Sun Sep 18 10:29:35 2011
New Revision: 1172240

URL: http://svn.apache.org/viewvc?rev=1172240&view=rev
Log:
TIKA-700 Upgrade the POI dependency to 3.8 Beta 4

No more need to manage the commons-logging version

Modified:
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1172240&r1=1172239&r2=1172240&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Sun Sep 18 10:29:35 2011
@@ -156,19 +156,6 @@
     </dependency>
   </dependencies>
 
-  <dependencyManagement>
-    <!-- TIKA-403: Refactor log library usage in tika-parsers            -->
-    <!-- POI depends on Commons Logging 1.1 that has weird dependencies. -->
-    <!-- Override the dependency with version 1.1.1 that's much better.  -->
-    <dependencies>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.1.1</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <build>
     <plugins>
       <plugin>