Author: nick
Date: Wed Aug 20 14:11:35 2014
New Revision: 1619108

URL: http://svn.apache.org/r1619108
Log:
Bump the POI dependency to 3.11-beta2, and remove the Geronimo stax one which 
is no longer required by anything now we are on Java 1.6 TIKA-1380

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

Modified: tika/trunk/tika-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1619108&r1=1619107&r2=1619108&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Wed Aug 20 14:11:35 2014
@@ -116,7 +116,7 @@
               commons-compress, xz, commons-codec,
               pdfbox,fontbox,jempbox,bcmail-jdk15,bcprov-jdk15,
               poi,poi-scratchpad,poi-ooxml,poi-ooxml-schemas,
-              xmlbeans, dom4j,
+              xmlbeans,
               tagsoup,
               asm-debug-all,
               juniversalchardet,

Modified: tika/trunk/tika-parsers/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1619108&r1=1619107&r2=1619108&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Wed Aug 20 14:11:35 2014
@@ -35,7 +35,7 @@
   <url>http://tika.apache.org/</url>
 
   <properties>
-    <poi.version>3.11-beta1</poi.version>
+    <poi.version>3.11-beta2</poi.version>
     <codec.version>1.9</codec.version> <!-- NOTE: sync with POI -->
     <compress.version>1.8.1</compress.version>
     <tukaani.version>1.5</tukaani.version> <!-- NOTE: sync with 
commons-compress -->
@@ -155,11 +155,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    <dependency>
       <groupId>org.ccil.cowan.tagsoup</groupId>
       <artifactId>tagsoup</artifactId>
       <version>1.2.1</version>


Reply via email to