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 a880687 CAMEL-13247 - Camel-Chatscript: Add a Karaf feature a880687 is described below commit a8806874b0025f6f3b8bb10f8f2eb90775226c95 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 22 10:35:27 2019 +0100 CAMEL-13247 - Camel-Chatscript: Add a Karaf feature --- platforms/karaf/features/src/main/resources/features.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 51639ed..afbd74e 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -362,6 +362,13 @@ <feature>eventadmin</feature> <bundle>mvn:org.apache.camel/camel-cdi/${project.version}</bundle> </feature> + <feature name='camel-chatscript' version='${project.version}' start-level='50'> + <feature version='${project.version}'>camel-core</feature> + <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle> + <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle> + <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle> + <bundle>mvn:org.apache.camel/camel-chatscript/${project.version}</bundle> + </feature> <feature name='camel-chunk' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>