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 2020/10/25 12:43:04 UTC

[camel-spring-boot] branch master updated: CAMEL-15740: camel-core - Modularize processors into their own module

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 78240aa  CAMEL-15740: camel-core - Modularize processors into their own module
78240aa is described below

commit 78240aa3ae89b8e3b201824c51ff9271af49fe9b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 25 13:42:47 2020 +0100

    CAMEL-15740: camel-core - Modularize processors into their own module
---
 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 1906462..8d012c8 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2464,6 +2464,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-core-processor</artifactId>
+        <version>3.7.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-core-reifier</artifactId>
         <version>3.7.0-SNAPSHOT</version>
       </dependency>