You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/07 13:50:58 UTC

[camel] branch master updated: CAMEL-12230: camel-ribbon need to import this osgi package

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 f33627d  CAMEL-12230: camel-ribbon need to import this osgi package
f33627d is described below

commit f33627d5262f5270048411de3efa2ca74be3f5d5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 7 14:50:44 2018 +0100

    CAMEL-12230: camel-ribbon need to import this osgi package
---
 components/camel-ribbon/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-ribbon/pom.xml b/components/camel-ribbon/pom.xml
index 1e775b6..043ecdb 100644
--- a/components/camel-ribbon/pom.xml
+++ b/components/camel-ribbon/pom.xml
@@ -38,6 +38,9 @@
     <firstVersion>2.18.0</firstVersion>
     <label>microservice</label>
 
+    <camel.osgi.import.before.defaults>
+      com.netflix.client
+    </camel.osgi.import.before.defaults>
     <camel.osgi.export.pkg>org.apache.camel.component.ribbon.*</camel.osgi.export.pkg>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.