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 7ee75dee7e34c924ea7d2b50dc24475238120a05 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 15 16:10:10 2023 +0200 CAMEL-19459: camel-report maven plugin to work again. --- catalog/camel-report-maven-plugin/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog/camel-report-maven-plugin/pom.xml b/catalog/camel-report-maven-plugin/pom.xml index da22b22d13a..ce0266329ae 100644 --- a/catalog/camel-report-maven-plugin/pom.xml +++ b/catalog/camel-report-maven-plugin/pom.xml @@ -97,9 +97,10 @@ <artifactId>camel-catalog-lucene</artifactId> <version>${project.version}</version> </dependency> + <!-- must-use grape for downloading when running as maven-plugin --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-catalog-maven</artifactId> + <artifactId>camel-catalog-maven-grape</artifactId> <version>${project.version}</version> </dependency>
