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 26bb60e Added camel-http4 needed when testing camel-spring-boot 26bb60e is described below commit 26bb60efad35d7ddb6e5810094e5c6baffc295f1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 3 11:35:16 2018 +0100 Added camel-http4 needed when testing camel-spring-boot --- components/camel-spring-boot/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml index ee0bd5c..01d6d4c 100644 --- a/components/camel-spring-boot/pom.xml +++ b/components/camel-spring-boot/pom.xml @@ -118,6 +118,11 @@ <artifactId>camel-jackson</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-http4</artifactId> + <scope>test</scope> + </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].