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 2022/01/13 17:34:25 UTC

[camel-examples] branch main updated: Ensure that the main class for CDI apps is called by the plugin (#52)

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


The following commit(s) were added to refs/heads/main by this push:
     new ecfb55e  Ensure that the main class for CDI apps is called by the plugin (#52)
ecfb55e is described below

commit ecfb55ed46a985ed5a14bc3a214970244aba774d
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Thu Jan 13 18:34:17 2022 +0100

    Ensure that the main class for CDI apps is called by the plugin (#52)
---
 examples/cdi-test/pom.xml | 2 +-
 examples/cdi/pom.xml      | 2 +-
 examples/fhir/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/cdi-test/pom.xml b/examples/cdi-test/pom.xml
index a7e0599..ac926d9 100644
--- a/examples/cdi-test/pom.xml
+++ b/examples/cdi-test/pom.xml
@@ -63,7 +63,7 @@
         <!-- Camel CDI -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cdi</artifactId>
+            <artifactId>camel-cdi-main</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/examples/cdi/pom.xml b/examples/cdi/pom.xml
index 16ae152..8a27e10 100644
--- a/examples/cdi/pom.xml
+++ b/examples/cdi/pom.xml
@@ -62,7 +62,7 @@
         <!-- Camel CDI -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cdi</artifactId>
+            <artifactId>camel-cdi-main</artifactId>
         </dependency>
 
         <dependency>
diff --git a/examples/fhir/pom.xml b/examples/fhir/pom.xml
index 492d2a7..23ac999 100644
--- a/examples/fhir/pom.xml
+++ b/examples/fhir/pom.xml
@@ -63,7 +63,7 @@
         <!-- Camel -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cdi</artifactId>
+            <artifactId>camel-cdi-main</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>