This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 1c7ca9601c9f5d20f73dd5accedec7c9e6f3f333 Author: Antonin Stefanutti <[email protected]> AuthorDate: Tue Oct 29 16:58:22 2019 +0100 feat(quarkus): Add Camel Quarkus dependency to catalog generation profile --- build/maven/pom-catalog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/maven/pom-catalog.xml b/build/maven/pom-catalog.xml index 51d24a3..2a212f4 100644 --- a/build/maven/pom-catalog.xml +++ b/build/maven/pom-catalog.xml @@ -86,6 +86,12 @@ <artifactId>camel-catalog-quarkus</artifactId> <version>${camel-quarkus.version}</version> </dependency> + <!-- This is required to retrieve the Quarkus version --> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-core</artifactId> + <version>${camel-quarkus.version}</version> + </dependency> </dependencies> </plugin> </plugins>
