You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/07/14 21:55:54 UTC

git commit: CAMEL-6546: Installation of camel-mybatis feature fails

Updated Branches:
  refs/heads/camel-2.11.x 4af18e9c7 -> b7333ab0f


CAMEL-6546: Installation of camel-mybatis feature fails


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

Branch: refs/heads/camel-2.11.x
Commit: b7333ab0fc3f81c9d7cccb6df83f1f91ebe5a5ee
Parents: 4af18e9
Author: cmueller <cm...@apache.org>
Authored: Sun Jul 14 21:55:28 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jul 14 21:55:33 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/b7333ab0/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 9d5a7b9..b84c044 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -644,6 +644,7 @@
   </feature>
   <feature name='camel-mybatis' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
+    <feature version='${project.version}'>camel-spring</feature>
     <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo-servlet-spec-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/${commons-dbcp-bundle-version}</bundle>