This is an automated email from the ASF dual-hosted git repository. davsclaus 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 bbd0eb6 Fixed test bbd0eb6 is described below commit bbd0eb66f2d40908e361d55ca0a9fa95f3bdd374 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 11 17:41:59 2020 +0100 Fixed test --- components/camel-microprofile-health/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/camel-microprofile-health/pom.xml b/components/camel-microprofile-health/pom.xml index 29d61c7..edc9ccb 100644 --- a/components/camel-microprofile-health/pom.xml +++ b/components/camel-microprofile-health/pom.xml @@ -71,6 +71,13 @@ <version>${smallrye-config-version}</version> <scope>test</scope> </dependency> + <!-- smallrye health uses cdi api --> + <dependency> + <groupId>javax.enterprise</groupId> + <artifactId>cdi-api</artifactId> + <version>${cdi-api-2.0-version}</version> + <scope>test</scope> + </dependency> <!-- JSON support for smallrye-health --> <dependency>