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/10/15 10:13:08 UTC

[camel-karaf] branch main updated: CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.3

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 0923d85e CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.3
0923d85e is described below

commit 0923d85ecfd517e23ff1670494c95e3107ddff96
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Sat Oct 15 12:09:14 2022 +0200

    CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.3
---
 platforms/karaf/features/src/main/resources/features.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index c7a402fb..37762387 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -801,8 +801,6 @@
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
     <bundle dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax-servlet-api-version}</bundle>
     <bundle dependency='true'>mvn:com.dropbox.core/dropbox-core-sdk/${dropbox-version}</bundle>
-    <!-- Should not be required -->
-    <bundle dependency='true'>mvn:org.jetbrains.kotlin/kotlin-osgi-bundle/1.6.21</bundle>
     <bundle>mvn:org.apache.camel/camel-dropbox/${project.version}</bundle>
   </feature>
   <feature name='camel-ehcache' version='${project.version}' start-level='50'>