This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 391bd0b [CAMEL-16270] Vertx: refactor Buffer converter for sharing across vertx components. 391bd0b is described below commit 391bd0b832235e23db015adeeb34ec71ef5f6247 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Feb 28 14:13:22 2021 +0100 [CAMEL-16270] Vertx: refactor Buffer converter for sharing across vertx components. --- 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 a00cc3b..5be53e2 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2274,6 +2274,7 @@ <bundle dependency='true'>mvn:com.hazelcast/hazelcast/${hazelcast-version}</bundle> <bundle dependency='true'>mvn:com.eclipsesource.minimal-json/minimal-json/${minimal-json-version}</bundle> <bundle dependency='true'>wrap:mvn:io.vertx/vertx-core/${vertx-version}</bundle> + <bundle>mvn:org.apache.camel/camel-vertx-common/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-vertx/${project.version}</bundle> </feature> <feature name='camel-velocity' version='${project.version}' start-level='50'>