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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new a11cf4c  Camel-example-widget-gadget-example: Use camel-spring-main
a11cf4c is described below

commit a11cf4c5dbe1a4f04226cfaa4d4754872d93e3da
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 14 08:46:37 2020 +0200

    Camel-example-widget-gadget-example: Use camel-spring-main
---
 examples/camel-example-widget-gadget-xml/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-widget-gadget-xml/pom.xml 
b/examples/camel-example-widget-gadget-xml/pom.xml
index 467d996..a579d4a 100644
--- a/examples/camel-example-widget-gadget-xml/pom.xml
+++ b/examples/camel-example-widget-gadget-xml/pom.xml
@@ -60,7 +60,7 @@
         <!-- use spring for xml -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
+            <artifactId>camel-spring-main</artifactId>
         </dependency>
 
         <!-- camel jms and activemq -->

Reply via email to