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

[camel] branch master updated: Camel-CXF-Transport: Removed camel-blueprint refs from the POM

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4751665  Camel-CXF-Transport: Removed camel-blueprint refs from the POM
4751665 is described below

commit 4751665b8d51170898cb4f99dc13794b481b3da1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 16:52:26 2020 +0100

    Camel-CXF-Transport: Removed camel-blueprint refs from the POM
---
 components/camel-cxf-transport/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml
index 4beadcc..45a19c0 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -81,28 +81,6 @@
             <artifactId>javax.servlet-api</artifactId>
         </dependency>
 
-        <!-- OSGi, Blueprint -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-blueprint</artifactId>
-            <scope>provided</scope>
-        </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>
-
         <!-- for testing -->
         <dependency>
             <groupId>org.apache.camel</groupId>