[CAMEL-7295] camel-quickfix feature should install Mina 1.x bundles

Checked. Quickfix4j bundle correctly resolves all imported mina
packages.


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

Branch: refs/heads/camel-2.12.x
Commit: 7567b08e22022b841267697ba21608c19138baf6
Parents: 01f270d
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
Authored: Fri Mar 14 08:25:18 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Mar 14 09:02:50 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/7567b08e/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 a57c0f3..efbad34 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -770,6 +770,7 @@
   </feature>
   <feature name='camel-quickfix' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
+    
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mina/${mina-bundle-version}</bundle>
     
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix/${quickfix-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-quickfix/${project.version}</bundle>
   </feature>

Reply via email to