You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/02/28 13:17:52 UTC

[camel-spring-boot] branch master updated: [CAMEL-16270] Vertx: refactor Buffer converter for sharing across vertx components.

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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e6e28c  [CAMEL-16270] Vertx: refactor Buffer converter for sharing across vertx components.
7e6e28c is described below

commit 7e6e28cc656df02778b3f92c8820d5b0339f7f56
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Feb 28 14:17:39 2021 +0100

    [CAMEL-16270] Vertx: refactor Buffer converter for sharing across vertx components.
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index a1fb538..da546a4 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3809,6 +3809,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-vertx-common</artifactId>
+        <version>3.9.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-vertx-http</artifactId>
         <version>3.9.0-SNAPSHOT</version>
       </dependency>