You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/02/01 09:39:53 UTC

svn commit: r739714 - /camel/trunk/camel-core/pom.xml

Author: ningjiang
Date: Sun Feb  1 08:39:52 2009
New Revision: 739714

URL: http://svn.apache.org/viewvc?rev=739714&view=rev
Log:
Removed the useless osgi dependency

Modified:
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=739714&r1=739713&r2=739714&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Sun Feb  1 08:39:52 2009
@@ -68,15 +68,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging-api</artifactId>
-    </dependency>
-
-    <dependency>
-       <!-- this is only needed for OSGi environments -->
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-      <optional>true</optional>
-    </dependency>
+    </dependency>    
 
     <!-- to allow Spring annotations to be used -->
     <dependency>