This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 022cc2c8e18af006ae85ea6c563b7bec95e515b9
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Thu Apr 27 09:16:49 2023 +0200

    [CSB-1569][CSB-1570] change SB2+CSB BOM in the archetype to CSB Platform BOM
---
 .../src/main/resources/archetype-resources/pom.xml          | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git 
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
index fadbaa6e821..192a48da3ed 100644
--- 
a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
@@ -36,19 +36,10 @@
 
   <dependencyManagement>
     <dependencies>
-      <!-- Spring Boot BOM -->
       <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-dependencies</artifactId>
-        <version>${spring.boot-version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      <!-- Camel BOM -->
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
+        <groupId>com.redhat.camel.springboot.platform</groupId>
         <artifactId>camel-spring-boot-bom</artifactId>
-        <version>${camel-version}</version>
+        <version>${camel-spring-boot-version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

Reply via email to