You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/15 14:10:34 UTC

[camel] 04/04: CAMEL-19459: camel-report maven plugin to work again.

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 <cl...@gmail.com>
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>