Fixed Camel-Quickfix Karaf feature to reflect the upgrade

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5f385623
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5f385623
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5f385623

Branch: refs/heads/master
Commit: 5f385623093e2bc604eeae4c529ed91e0ee8ecae
Parents: 511d173
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed Oct 11 08:24:39 2017 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed Oct 11 08:24:39 2017 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5f385623/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index f823aab..e1ec99e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1743,6 +1743,8 @@
   <feature name='camel-quickfix' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:org.apache.mina/mina-core/${mina2-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/${saxon-bundle-version}</bundle>
     <bundle>mvn:org.quickfixj/quickfixj-all/${quickfixj-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-quickfix/${project.version}</bundle>
   </feature>

Reply via email to