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

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git


The following commit(s) were added to refs/heads/main by this push:
     new 618b794  Add dependencyManagement entries for camel and 
camel-spring-boot (#62)
618b794 is described below

commit 618b79467d437cbd1ef1374494ed3df215c0cf37
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Sep 5 10:37:31 2025 -0400

    Add dependencyManagement entries for camel and camel-spring-boot (#62)
    
    * Add dependencyManagement entries for camel and camel-spring-boot
    
    * Move dependencyManagement entry to camel-spring-boot-upgrade-recipes
---
 camel-spring-boot-upgrade-recipes/pom.xml | 10 ++++++++++
 pom.xml                                   |  6 ++++++
 2 files changed, 16 insertions(+)

diff --git a/camel-spring-boot-upgrade-recipes/pom.xml 
b/camel-spring-boot-upgrade-recipes/pom.xml
index e0eee79..0f9bb90 100644
--- a/camel-spring-boot-upgrade-recipes/pom.xml
+++ b/camel-spring-boot-upgrade-recipes/pom.xml
@@ -31,6 +31,16 @@
     <name>Camel Spring Boot Upgrades Recipes</name>
     <description>Migration recipes (using openrewrite) for Camel Spring Boot 
to make Maven migrations easier</description>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.camel.springboot</groupId>
+                <artifactId>camel-spring-boot-bom</artifactId>
+                <version>${camel-spring-boot-version}</version>
+                <type>pom</type>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.upgrade</groupId>
diff --git a/pom.xml b/pom.xml
index 3ca1823..94178af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,6 +139,12 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-parent</artifactId>
+                <version>${camel-version}</version>
+                <type>pom</type>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to