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 <gno...@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>