You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/24 14:27:10 UTC

[camel] branch master updated: Camel-Spring-JavaConfig: Fixed build and regen

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 1dd69ac  Camel-Spring-JavaConfig: Fixed build and regen
1dd69ac is described below

commit 1dd69accdb92b4f698532d22cb72e471ba9ec0e7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 15:25:58 2020 +0100

    Camel-Spring-JavaConfig: Fixed build and regen
---
 bom/camel-bom/pom.xml                      | 5 +++++
 components/camel-spring-javaconfig/pom.xml | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index aef7328..aa26328 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1645,6 +1645,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-spring-main</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-spring-redis</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml
index 7a0446e..d78d632 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
+            <artifactId>camel-spring-main</artifactId>
         </dependency>
 
         <!-- test dependencies -->