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 2010/06/30 00:26:27 UTC

svn commit: r959129 - in /tika/trunk: tika-app/pom.xml tika-parsers/pom.xml

Author: jukka
Date: Tue Jun 29 22:26:27 2010
New Revision: 959129

URL: http://svn.apache.org/viewvc?rev=959129&view=rev
Log:
TIKA-446: Upgrade to PDFBox 1.2.0

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

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=959129&r1=959128&r2=959129&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Tue Jun 29 22:26:27 2010
@@ -59,7 +59,7 @@
         <configuration>
           <instructions>
             <Export-Package>org.apache.tika.*</Export-Package>
-            <Embed-Dependency>*;scope=provided;inline=javax/**|org/**|com/**|Resources/**|font_metrics.properties|repackage/**|schema*/**|META-INF/services/**</Embed-Dependency>
+            <Embed-Dependency>*;scope=provided;inline=javax/**|org/**|com/**|font_metrics.properties|repackage/**|schema*/**|META-INF/services/**</Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>
             <Main-Class>org.apache.tika.cli.TikaCLI</Main-Class>

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=959129&r1=959128&r2=959129&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Jun 29 22:26:27 2010
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox</artifactId>
-      <version>1.1.0</version>
+      <version>1.2.0</version>
     </dependency>
     <!-- TIKA-370: PDFBox declares the Bouncy Castle dependencies
          as optional, but we prefer to have them always to avoid