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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new a8bbbe5 Removed AWS SDK v2 property placeholder since Camel-AWS2 components are not supported in OSGi a8bbbe5 is described below commit a8bbbe5e7f7bc052cb50b72964807574783f649c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 8 15:38:44 2020 +0200 Removed AWS SDK v2 property placeholder since Camel-AWS2 components are not supported in OSGi --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7120f75..086c3b9 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,6 @@ <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.10.90</aws-java-sdk2-version> <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs> <aws-xray-version>2.4.0</aws-xray-version> <axiom-version>1.2.14</axiom-version>