You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/12/09 15:21:25 UTC

[camel-quarkus] branch main updated: Ensure consistent version of software.amazon.awssdk dependencies

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 77cee83  Ensure consistent version of software.amazon.awssdk dependencies
77cee83 is described below

commit 77cee8366620ca5e774c38080b8cf9b98027a4da
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Dec 9 10:23:00 2021 +0000

    Ensure consistent version of software.amazon.awssdk dependencies
---
 pom.xml          | 2 +-
 poms/bom/pom.xml | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c7a88f..1ae5fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <animal-sniffer.version>1.18</animal-sniffer.version>
         <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others -->
         <avro.version>1.11.0</avro.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.avro:avro -->
-        <awssdk.version>2.17.90</awssdk.version><!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/3366 -->
+        <awssdk.version>2.17.90</awssdk.version><!-- @sync io.quarkiverse.amazonservices:quarkus-amazon-services-parent:${quarkiverse-amazonservices.version} prop:awssdk.version -->
         <aws-java-sdk.version>1.11.714</aws-java-sdk.version>
         <azure-sdk-bom.version>1.0.5</azure-sdk-bom.version><!-- Keep in sync with camel-azure component versions -->
         <bouncycastle.version>1.69</bouncycastle.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.bouncycastle:bcprov-jdk15on -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 4af1f93..e9cd9ae 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -57,6 +57,13 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
+                <groupId>software.amazon.awssdk</groupId>
+                <artifactId>bom</artifactId>
+                <version>${awssdk.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.amqphub.quarkus</groupId>
                 <artifactId>quarkus-qpid-jms-bom</artifactId>
                 <version>${quarkus-qpid-jms.version}</version>