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 b0c40c8 Fixed camel-example-aggregate by using camel-spring-main
b0c40c8 is described below
commit b0c40c835e64ef5fab3657fa0b94cfbf126e0a24
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 11 08:47:20 2020 +0200
Fixed camel-example-aggregate by using camel-spring-main
---
examples/camel-example-aggregate/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/camel-example-aggregate/pom.xml
b/examples/camel-example-aggregate/pom.xml
index 12dfe49..32e1455 100644
--- a/examples/camel-example-aggregate/pom.xml
+++ b/examples/camel-example-aggregate/pom.xml
@@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-spring</artifactId>
+ <artifactId>camel-spring-main</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>