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/14 10:23:40 UTC

[camel-karaf] branch main updated: CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.2 (#199)

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 70799c0c CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.2 (#199)
70799c0c is described below

commit 70799c0cd4efd8a2503ec2654671160af3512465
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Fri Oct 14 12:23:33 2022 +0200

    CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.2 (#199)
    
    ## Motivation
    
    The version of Dropbox used is outdated (3.2.0) so it needs to be upgraded to the latest version.
    
    ## Modifications:
    
    * Update consequently the list of dependencies
---
 platforms/karaf/features/src/main/resources/features.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 8e1a40d7..c7a402fb 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -801,13 +801,8 @@
     <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>
-    <!-- sadly dropbox-core-sdk include test scoped dependencies in its MANIFEST.MF OSGi import
-         so we need a bunch of other bundles here -->
-    <bundle dependency='true'>wrap:mvn:com.google.android/android/4.1.1.4</bundle>
-    <bundle dependency='true'>wrap:mvn:com.google.appengine/appengine-api-1.0-sdk/1.9.38</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/${squareup-okhttp-bundle-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/${squareup-okio-bundle-version}</bundle>
-    <bundle dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp/3.5.0</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'>