This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new e783b84 Manage camel-quarkus-catalog in camel-quarkus-bom to allow Camel K to use Quarkus Platform BOMs #3347 e783b84 is described below commit e783b844f27feeb93659df56968ed451efa6151d Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Jan 26 16:45:33 2022 +0100 Manage camel-quarkus-catalog in camel-quarkus-bom to allow Camel K to use Quarkus Platform BOMs #3347 --- poms/bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 75f70d0..460eb87 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -3070,6 +3070,11 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-catalog</artifactId> + <version>${camel-quarkus.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-cbor</artifactId> <version>${camel-quarkus.version}</version> </dependency>