You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2010/11/08 12:54:44 UTC

svn commit: r1032552 - /uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml

Author: tommaso
Date: Mon Nov  8 11:54:44 2010
New Revision: 1032552

URL: http://svn.apache.org/viewvc?rev=1032552&view=rev
Log:
[UIMA-1930] - align OSGi version of TikaAnnotator to Tika 0.7 version

Modified:
    uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml

Modified: uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml?rev=1032552&r1=1032551&r2=1032552&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml Mon Nov  8 11:54:44 2010
@@ -39,12 +39,12 @@
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-core</artifactId>
-      <version>0.4</version>
+      <version>0.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-parsers</artifactId>
-      <version>0.4</version>
+      <version>0.7</version>
     </dependency>
     <dependency>
       <groupId>xml-resolver</groupId>
@@ -146,7 +146,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>                                         
-            <Import-Package>sun.io.*;schemasMicrosoftCom*;org.xmlpull.*;org.relaxng.*;org.openxmlformats.*;org.bouncycastle.*;org.apache.lucene.demo.*;junit.*;org.gjt.*;org.jaxen.*;com.sun.*;org.apache.tools.ant.*;resolution:=optional,*</Import-Package>
+            <Import-Package>org.ccil.*;javax.xml.stream.*;com.drew.*;sun.io.*;schemasMicrosoftCom*;org.xmlpull.*;org.relaxng.*;org.openxmlformats.*;org.bouncycastle.*;org.apache.lucene.demo.*;junit.*;org.gjt.*;org.jaxen.*;com.sun.*;org.apache.tools.ant.*;resolution:=optional,*</Import-Package>
             <Export-Package>org.apache.uima.tika.*</Export-Package>
             <Bundle-SymbolicName>org.apache.uima.tika;${singleton}</Bundle-SymbolicName>
           </instructions>