This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0a2ccf081413a9c2ed8bf1b3b6ee2d20a5005f2b Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 15 15:15:15 2023 +0200 CAMEL-19459: camel-catalog-maven-grape --- parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index d1ec532573e..eeffd86f995 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2610,6 +2610,11 @@ <artifactId>camel-catalog-maven</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-catalog-maven-grape</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-route-parser</artifactId>
