Skip to content

Commit

Permalink
⏪️ Revert software.amazon.awssdk:apache-client dependency override
Browse files Browse the repository at this point in the history
Fixes #3366
  • Loading branch information
ppalaga committed Dec 21, 2021
1 parent c4b683f commit b6383e2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b6383e2

Please sign in to comment.