Author: ningjiang
Date: Mon Mar 25 15:15:25 2013
New Revision: 1460713

URL: http://svn.apache.org/r1460713
Log:
Change the blueprint related dependencies into provided in the 
camel-blueprint-cxf-test

Modified:
    camel/trunk/components/camel-cxf-transport/pom.xml

Modified: camel/trunk/components/camel-cxf-transport/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf-transport/pom.xml?rev=1460713&r1=1460712&r2=1460713&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf-transport/pom.xml (original)
+++ camel/trunk/components/camel-cxf-transport/pom.xml Mon Mar 25 15:15:25 2013
@@ -83,6 +83,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-blueprint</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
@@ -98,6 +99,7 @@
       <groupId>org.apache.aries.blueprint</groupId>
       <artifactId>org.apache.aries.blueprint.core</artifactId>
       <version>${aries-blueprint-core-version}</version>
+      <scope>provided</scope>
     </dependency>
     
     <!-- for testing -->


Reply via email to