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

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

commit 8b94c382c9fe18cebdc6b62665a96e640a35682a
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 21 15:14:56 2021 +0100

    CAMEL-16055: Add spring-boot-parent pom.xml so we can separate 
spring-boot-bom from unwanted extra dependencies via camel-parent
---
 tooling/camel-spring-boot-bom-generator/target-template-pom.xml | 7 +++++++
 tooling/camel-spring-boot-bom/pom.xml                           | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml 
b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
index de20081..edfb79e 100644
--- a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
+++ b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
@@ -23,6 +23,13 @@
 
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>spring-boot</artifactId>
+        <version>${project.version}</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
     <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-spring-boot-bom</artifactId>
     <version>${project.version}</version>
diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 510831f..6611941 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -19,6 +19,12 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.camel.springboot</groupId>
+    <artifactId>spring-boot</artifactId>
+    <version>3.8.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
   <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-spring-boot-bom</artifactId>
   <version>3.8.0-SNAPSHOT</version>

Reply via email to