jamesnetherton opened a new pull request #3371: URL: https://github.com/apache/camel-quarkus/pull/3371
Since the move of Quarkus Amazon Services to Quarkiverse & given the dependency management issues I mentioned [here](https://github.com/apache/camel-quarkus/issues/3302#issuecomment-989648677) and [here](https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/BOM.20imports.20for.203rd.20party.20extensions), I don't see a better way of ensuring we are using a consistent & known version of the AWS dependencies. Alternatively, I could move [this BOM import](https://github.com/apache/camel-quarkus/blob/main/poms/bom-test/pom.xml#L50-L56) into `camel-quarkus-bom`. But `quarkus-amazon-services-bom` also includes the Quarkus AWS extensions, and I don't think we want those being imported into our core BOM. Hence I opted to import the plain `software.amazon.awssdk` BOM. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
