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 2020/03/30 14:02:25 UTC

[camel] 07/18: CAMEL-14715 - Remove AWS Java SDK bundle property placeholder (camel-karaf-migration)

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

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

commit 52048ef7cf221349affbd74050c9034188c3786e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 15:52:09 2020 +0200

    CAMEL-14715 - Remove AWS Java SDK  bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 701043b..5df5d2a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -78,7 +78,6 @@
         <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <awaitility-version>4.0.2</awaitility-version>
-        <aws-java-sdk-bundle-version>1.11.714_1</aws-java-sdk-bundle-version>
         <aws-java-sdk-version>1.11.714</aws-java-sdk-version>
         <aws-java-sdk2-version>2.11.4</aws-java-sdk2-version>
         <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>