You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/01/24 13:53:32 UTC

[camel] branch master updated: [CAMEL-13118] Fix camel-itest-cdi

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

gnodet 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 d336877  [CAMEL-13118] Fix camel-itest-cdi
d336877 is described below

commit d336877b73f0c877b7cf3eecc6df9b3778cd252e
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Jan 24 14:53:20 2019 +0100

    [CAMEL-13118] Fix camel-itest-cdi
---
 tests/camel-itest-cdi/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/camel-itest-cdi/pom.xml b/tests/camel-itest-cdi/pom.xml
index c72f432..7fed690 100644
--- a/tests/camel-itest-cdi/pom.xml
+++ b/tests/camel-itest-cdi/pom.xml
@@ -34,6 +34,11 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-cdi</artifactId>
     </dependency>