This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit ed281177cac62675b297b5d3e822cf13a9907323 Author: James Netherton <[email protected]> AuthorDate: Wed Nov 10 13:32:31 2021 +0000 Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency --- poms/bom/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 5129074..58e1a6c 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -5648,11 +5648,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-xstream-common-deployment</artifactId> - <version>${camel-quarkus.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-xstream-deployment</artifactId> <version>${camel-quarkus.version}</version> </dependency>
