This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit bc087bb9a19e041a3ca9293dcb77d0511580f27d Author: James Netherton <[email protected]> AuthorDate: Fri Feb 11 15:02:28 2022 +0000 Remove duplicate software.amazon.awssdk:iam dependency declaration --- integration-tests/aws2-grouped/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration-tests/aws2-grouped/pom.xml b/integration-tests/aws2-grouped/pom.xml index ec8a546..278c436 100644 --- a/integration-tests/aws2-grouped/pom.xml +++ b/integration-tests/aws2-grouped/pom.xml @@ -113,11 +113,6 @@ <groupId>software.amazon.awssdk</groupId> <artifactId>iam</artifactId> <scope>test</scope> - </dependency> - <dependency> - <groupId>software.amazon.awssdk</groupId> - <artifactId>iam</artifactId> - <scope>test</scope> <exclusions> <exclusion> <groupId>commons-logging</groupId>
