You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/24 12:15:59 UTC

[camel] 02/02: CAMEL-14775: camel-cxf - Move OSGi blueprint out into camel-cxf-blueprint

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit db2ee7dc99e393b99798ce47ed5b28dd2d350ec5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 24 12:13:38 2020 +0100

    CAMEL-14775: camel-cxf - Move OSGi blueprint out into camel-cxf-blueprint
---
 components/camel-cxf/pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 4c1a020..8f09824 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -126,29 +126,6 @@
             <artifactId>spring-context</artifactId>
         </dependency>
 
-        <!-- OSGi, Blueprint -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-blueprint</artifactId>
-            <scope>provided</scope>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <!--  Test Dependencies -->
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -384,11 +361,6 @@
                                     <classifier>spring</classifier>
                                     <type>xsd</type>
                                 </artifact>
-                                <artifact>
-                                    <file>./src/main/resources/schema/blueprint/camel-cxf.xsd</file>
-                                    <classifier>blueprint</classifier>
-                                    <type>xsd</type>
-                                </artifact>
                             </artifacts>
                         </configuration>
                     </execution>