Repository: camel Updated Branches: refs/heads/master 504799388 -> e7e285e4e
Camel-dropbox feature need Jackson and servlet-api to correctly work Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e7e285e4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e7e285e4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e7e285e4 Branch: refs/heads/master Commit: e7e285e4efcb9abdb7b25c31a6b431c38333bfd1 Parents: 50479938 Author: Andrea Cosentino <anco...@gmail.com> Authored: Sat Jul 4 10:28:02 2015 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Sat Jul 4 10:28:02 2015 +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/e7e285e4/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 f7fe9fe..1990e2e 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -361,6 +361,8 @@ <feature name='camel-dropbox' version='${project.version}' resolver='(obr)' start-level='50'> <feature version="${project.version}">camel-core</feature> <bundle dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle> + <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle> + <bundle dependency="true">wrap:mvn:javax.servlet/servlet-api/2.5</bundle> <bundle dependency='true'>wrap:mvn:com.dropbox.core/dropbox-core-sdk/${dropbox-version}</bundle> <bundle>mvn:org.apache.camel/camel-dropbox/${project.version}</bundle> </feature>