This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 49de3a1 CAMEL-17872: use camel-spring-boot-bom
49de3a1 is described below
commit 49de3a1d308453dcc034008399e80dc281757311
Author: Croway <[email protected]>
AuthorDate: Tue Mar 29 16:44:48 2022 +0200
CAMEL-17872: use camel-spring-boot-bom
---
.../src/main/resources/archetype-resources/pom.xml | 2 +-
.../camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml | 2 +-
.../camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml | 2 +-
3 files changed, 3 insertions(+), 3 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 2bd381f..b0762cb 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
@@ -47,7 +47,7 @@
<!-- Camel BOM -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-spring-boot-dependencies</artifactId>
+ <artifactId>camel-spring-boot-bom</artifactId>
<version>${camel-version}</version>
<type>pom</type>
<scope>import</scope>
diff --git
a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
index c5cea31..2bda7e4 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb1.xml
@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-spring-boot-dependencies</artifactId>
+ <artifactId>camel-spring-boot-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
diff --git
a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
index 2a056c4..1137e59 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/application-pom-sb2.xml
@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-spring-boot-dependencies</artifactId>
+ <artifactId>camel-spring-boot-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>