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/21 21:27:44 UTC

[camel-quarkus] 03/03: ⏪️ Revert software.amazon.awssdk:apache-client dependency override Fixes #3366

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

commit b6383e20941af54be9da5aa5ac0d442b8a255dcb
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Dec 21 18:37:14 2021 +0100

    ⏪️ Revert software.amazon.awssdk:apache-client dependency override
    Fixes #3366
---
 poms/bom/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 4c5314f..0916434 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6321,18 +6321,6 @@
                 <artifactId>snakeyaml</artifactId>
                 <version>${snakeyaml.version}</version>
             </dependency>
-            <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/3366 -->
-            <dependency>
-                <groupId>software.amazon.awssdk</groupId>
-                <artifactId>apache-client</artifactId>
-                <version>${awssdk.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
             <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>