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.git
The following commit(s) were added to refs/heads/master by this push:
new 21bb980 [CAMEL-13118] Fix camel-example-cdi
21bb980 is described below
commit 21bb980d29cdb7f09d875f8278fcf1d21f785ea0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 24 15:02:04 2019 +0100
[CAMEL-13118] Fix camel-example-cdi
---
examples/camel-example-cdi/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/examples/camel-example-cdi/pom.xml
b/examples/camel-example-cdi/pom.xml
index c5d5422..cb03838 100644
--- a/examples/camel-example-cdi/pom.xml
+++ b/examples/camel-example-cdi/pom.xml
@@ -39,6 +39,11 @@
<dependencies>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core</artifactId>
+ </dependency>
+
<!-- CDI API -->
<dependency>
<groupId>javax.enterprise</groupId>