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 a13486c  Archetypes: Aligned camel-archetype-spring
a13486c is described below

commit a13486c9d5688ef27fdecf4d6df6275305705582
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 22 09:52:04 2020 +0200

    Archetypes: Aligned camel-archetype-spring
---
 .../src/main/resources/archetype-resources/pom.xml               | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
index da015f8..b43b0c4 100644
--- 
a/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/pom.xml
@@ -41,6 +41,13 @@
         <scope>import</scope>
         <type>pom</type>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-bom</artifactId>
+        <version>${camel-version}</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -51,7 +58,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-spring</artifactId>
+      <artifactId>camel-spring-main</artifactId>
     </dependency>
 
     <!-- logging -->

Reply via email to