This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8983270  [CAMEL-17465]the test for camel-archetype-cdi is broken
8983270 is described below

commit 8983270bf10ceaef2453f4c15483fec993fab41e
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Jan 10 11:27:48 2022 -0500

    [CAMEL-17465]the test for camel-archetype-cdi is broken
---
 .../src/main/resources/archetype-resources/pom.xml                    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml 
b/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
index 7d7d271..8ac178b 100644
--- 
a/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
@@ -66,6 +66,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cdi-main</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
     </dependency>
 

Reply via email to