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

[camel-karaf] branch CAMEL-16246 created (now 086863f)

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

oalsafi pushed a change to branch CAMEL-16246
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


      at 086863f  CAMEL-16246: Remove camel-azure karaf feature

This branch includes the following new commits:

     new 086863f  CAMEL-16246: Remove camel-azure karaf feature

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karaf] 01/01: CAMEL-16246: Remove camel-azure karaf feature

Posted by oa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

oalsafi pushed a commit to branch CAMEL-16246
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 086863f05da1798a1b191719fed23b5d281034db
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Wed Feb 24 16:05:35 2021 +0100

    CAMEL-16246: Remove camel-azure karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 883b79d..fb0cc15 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -292,14 +292,6 @@
     <bundle dependency='true'>wrap:mvn:com.amazonaws/aws-xray-recorder-sdk-sql-mysql/${aws-xray-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-aws-xray/${project.version}</bundle>
   </feature>
-  <feature name='camel-azure' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
-    <bundle dependency='true'>mvn:com.google.guava/guava/${azure-guava-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.azure-storage/${azure-storage-java-sdk-bundle-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-azure/${project.version}</bundle>
-  </feature>
   <feature name='camel-azure-storage-blob' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>