You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/06/14 09:07:25 UTC

[camel-karaf] branch main updated: CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature (#161)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 51b684a0 CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature (#161)
51b684a0 is described below

commit 51b684a02184dbb7f4785208c18743ed72e3863d
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Tue Jun 14 11:07:21 2022 +0200

    CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature (#161)
    
    ## Motivation
    
    There is a typo in the definition of the feature `camel-azure-storage-datalake` that refers `org.apache.camel/camel-azure-storage-blob` instead of `org.apache.camel/camel-azure-storage-datalake`.
    
    ## Modifications:
    
    * Set the expected bundle
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5ea68858..aa985afa 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -432,7 +432,7 @@
     <bundle dependency='true'>mvn:org.ow2.asm/asm-commons/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-tree/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-util/${asm.bundle.version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-azure-storage-blob/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-azure-storage-datalake/${project.version}</bundle>
   </feature>
   <feature name='camel-azure-storage-queue' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>