ppalaga commented on a change in pull request #3391: URL: https://github.com/apache/camel-quarkus/pull/3391#discussion_r770061252
########## File path: poms/bom/pom.xml ########## @@ -6055,18 +6048,6 @@ <artifactId>json-smart</artifactId> <version>${json-smart.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> Review comment: I think this is the only part we should remove now that we upgrade to Quarkus 2.6. I think `software.amazon.awssdk:bom` in version synced with quarkiverse amazonservices is still needed to keep the versions of software.amazon.awssdk dependencies consistent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org