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

[camel] branch master updated: CAMEL-12248 - Camel-Milo: Upgrade Milo to version 0.2.0 - Karaf feature

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

acosentino 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 fae2179  CAMEL-12248 - Camel-Milo: Upgrade Milo to version 0.2.0 - Karaf feature
fae2179 is described below

commit fae217906e0886850199ec72476d05c81efc759e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 9 08:19:47 2018 +0100

    CAMEL-12248 - Camel-Milo: Upgrade Milo to version 0.2.0 - Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index bfb8630..a6b9e55 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1491,6 +1491,8 @@
     <bundle dependency='true'>mvn:org.eclipse.milo/sdk-core/${milo-version}</bundle>
     <bundle dependency='true'>mvn:org.eclipse.milo/sdk-server/${milo-version}</bundle>
     <bundle dependency='true'>mvn:org.eclipse.milo/sdk-client/${milo-version}</bundle>
+    <bundle dependency='true'>mvn:org.eclipse.milo/bsd-parser-core/${milo-version}</bundle>
+    <bundle dependency='true'>mvn:org.eclipse.milo/bsd-parser-gson/${milo-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-milo/${project.version}</bundle>
   </feature>
   <feature name='camel-mina' version='${project.version}' resolver='(obr)' start-level='50'>

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