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 0271572 Regen 0271572 is described below commit 02715729662e471b22f58c8346039d2ca8169a31 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 23 08:29:48 2019 +0100 Regen --- bom/camel-bom/pom.xml | 10 ++++++++++ .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 25840ae..9279698 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -569,6 +569,16 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-dataformat</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-dataformat-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-digitalocean</artifactId> <version>${project.version}</version> </dependency> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index f560cd5..6332084 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -779,6 +779,16 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-dataformat</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-dataformat-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-digitalocean</artifactId> <version>${project.version}</version> </dependency>