You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/02/25 04:43:26 UTC

svn commit: r630727 - /servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Author: ffang
Date: Sun Feb 24 19:43:25 2008
New Revision: 630727

URL: http://svn.apache.org/viewvc?rev=630727&view=rev
Log:
add osgi core dependency to fix test failure

Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=630727&r1=630726&r2=630727&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Sun Feb 24 19:43:25 2008
@@ -40,10 +40,18 @@
             <artifactId>org.apache.servicemix.nmr.osgi</artifactId>
             <version>${servicemix.nmr.version}</version>
         </dependency>
+        
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core</artifactId>
             <version>${camel.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${felix.osgi.version}</version>
+            <scope>provided</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>