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

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

commit 46bd380cd35a698ee3b7e1b67a013c70e0d0148e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 30 07:20:34 2021 +0200

    Fixed Camel-Minio karaf features
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index a5997e1..b9d76d5 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1822,6 +1822,7 @@
   <feature name='camel-minio' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>wrap:mvn:io.minio/minio/${minio-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.apache.commons/commons-compress/${minio-commons-compress-version}</bundle>
     <bundle 
dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp/${okclient-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-minio/${project.version}</bundle>
   </feature>

Reply via email to