You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/23 13:04:04 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Dropbox

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

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

commit 08eabb8b102bf1f8d12a4d5a57b35b37a0b2e9f8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 13:58:22 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Dropbox
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-dropbox/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index b23980ef687..808957206a0 100644
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -45,6 +45,7 @@
         <dependency>
             <groupId>com.dropbox.core</groupId>
             <artifactId>dropbox-core-sdk</artifactId>
+            <version>${dropbox-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>