You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/12/10 14:12:41 UTC

[camel-quarkus] branch main updated: Remove com.amazonaws:aws-java-sdk-swf-libraries from the BOM #3375

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

ppalaga 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 a137cae  Remove com.amazonaws:aws-java-sdk-swf-libraries from the BOM #3375
a137cae is described below

commit a137cae26c6173c1137cf4c9e48cb454a9b1be64
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Dec 9 18:16:59 2021 +0100

    Remove com.amazonaws:aws-java-sdk-swf-libraries from the BOM #3375
---
 poms/bom/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index e9cd9ae..86bb852 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5807,17 +5807,6 @@
                 <version>${hapi-fhir.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.amazonaws</groupId>
-                <artifactId>aws-java-sdk-swf-libraries</artifactId>
-                <version>${awssdk1-swf-libs.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>com.amazonaws</groupId>
-                        <artifactId>aws-java-sdk-simpleworkflow</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
                 <groupId>com.fasterxml.woodstox</groupId>
                 <artifactId>woodstox-core</artifactId>
                 <version>${woodstox-core.version}</version>