This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.19.x by this push:
new 8839634 CAMEL-12083: Fixed camel-hessian in karaf
8839634 is described below
commit 8839634ef4c679650b4fafe7af3f74342fb85a27
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 14 16:00:22 2017 +0100
CAMEL-12083: Fixed camel-hessian in karaf
---
platforms/karaf/features/src/main/resources/features.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index 1f23fda..2c0bca8 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -826,6 +826,7 @@
<feature name='camel-hessian' version='${project.version}' resolver='(obr)'
start-level='50'>
<feature version='${project.version}'>camel-core</feature>
<bundle
dependency='true'>wrap:mvn:com.caucho/hessian/${hessian-version}</bundle>
+ <bundle
dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version}</bundle>
<bundle>mvn:org.apache.camel/camel-hessian/${project.version}</bundle>
</feature>
<feature name='camel-hl7' version='${project.version}' resolver='(obr)'
start-level='50'>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].