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/10/31 19:47:18 UTC

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

Author: jukka
Date: Mon Oct 31 18:47:17 2011
New Revision: 1195607

URL: http://svn.apache.org/viewvc?rev=1195607&view=rev
Log:
TIKA-565: Improved OSGi bundling

No need for the OSGi compendium dependency in tika-parsers

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=1195607&r1=1195606&r2=1195607&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Mon Oct 31 18:47:17 2011
@@ -49,13 +49,6 @@
 
     <!-- Optional OSGi dependencies, used only when running within OSGi -->
     <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>4.2.0</version>
-      <scope>provided</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
       <scope>provided</scope>