You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/01/14 12:50:34 UTC

[camel] branch master updated: camel-ribbon-starter: fix RibbonLoadBalancerTest#testLoadBalance test failure by adding camel-http4 test dependency

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

pascalschumacher 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 c4add62  camel-ribbon-starter: fix RibbonLoadBalancerTest#testLoadBalance test failure by adding camel-http4 test dependency
c4add62 is described below

commit c4add62486cbabc39deacb63e448acfa85a705f3
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Jan 14 13:49:50 2018 +0100

    camel-ribbon-starter: fix RibbonLoadBalancerTest#testLoadBalance test failure by adding camel-http4 test dependency
---
 .../spring-boot/components-starter/camel-ribbon-starter/pom.xml      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/platforms/spring-boot/components-starter/camel-ribbon-starter/pom.xml b/platforms/spring-boot/components-starter/camel-ribbon-starter/pom.xml
index 1c7f832..777e7f1 100644
--- a/platforms/spring-boot/components-starter/camel-ribbon-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-ribbon-starter/pom.xml
@@ -52,6 +52,11 @@
       <artifactId>camel-jetty</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-http4</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
       <groupId>org.apache.camel</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].