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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new a406c03  Fixed build
a406c03 is described below

commit a406c0392034fe7b48f3711fdeef6920954ceec1
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 10 07:08:25 2022 +0100

    Fixed build
---
 .../pom.xml                                           | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml 
b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
index 3bfb851..7be3225 100644
--- a/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
+++ b/tooling/camel-catalog-generator-karaf-maven-plugin/pom.xml
@@ -46,7 +46,26 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
     <dependencies>
+
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.plugin-tools</groupId>
+            <artifactId>maven-plugin-annotations</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-package-maven-plugin</artifactId>

Reply via email to