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

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


The following commit(s) were added to refs/heads/main by this push:
     new 91476ff  CAMEL-17873: Use camel spring boot bom (#52)
91476ff is described below

commit 91476ff04b84d7efc49532d303069fa2489c374b
Author: Federico Mariani <[email protected]>
AuthorDate: Wed Mar 30 18:46:01 2022 +0200

    CAMEL-17873: Use camel spring boot bom (#52)
---
 activemq/pom.xml                                           | 2 +-
 actuator-http-metrics/pom.xml                              | 2 +-
 amqp/pom.xml                                               | 2 +-
 apm-opentracing/pom.xml                                    | 2 +-
 arangodb/pom.xml                                           | 2 +-
 aws-secrets-manager/pom.xml                                | 2 +-
 aws2-s3/pom.xml                                            | 2 +-
 clustered-route-controller/cluster-node/pom.xml            | 2 +-
 dynamic-router-eip/pom.xml                                 | 2 +-
 fhir-auth-tx/pom.xml                                       | 1 +
 fhir/pom.xml                                               | 6 +++---
 geocoder/pom.xml                                           | 2 +-
 grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml | 2 +-
 grpc/hello-camel-grpc-client/pom.xml                       | 2 +-
 health-checks/pom.xml                                      | 2 +-
 hystrix/client/pom.xml                                     | 2 +-
 hystrix/service1/pom.xml                                   | 2 +-
 infinispan/pom.xml                                         | 3 ++-
 jira/pom.xml                                               | 2 +-
 kafka-avro/pom.xml                                         | 2 +-
 kafka-offsetrepository/pom.xml                             | 2 +-
 master/pom.xml                                             | 2 +-
 metrics/pom.xml                                            | 2 +-
 opentracing/service1/pom.xml                               | 2 +-
 opentracing/service2/pom.xml                               | 2 +-
 paho-mqtt5-shared-subscriptions/pom.xml                    | 2 +-
 pojo/pom.xml                                               | 2 +-
 pom.xml                                                    | 2 ++
 quartz/pom.xml                                             | 2 +-
 rabbitmq/pom.xml                                           | 2 +-
 reactive-streams/pom.xml                                   | 2 +-
 resilience4j/client/pom.xml                                | 2 +-
 resilience4j/service1/pom.xml                              | 2 +-
 rest-jpa/pom.xml                                           | 2 +-
 rest-openapi-simple/pom.xml                                | 2 +-
 rest-openapi-springdoc/pom.xml                             | 2 +-
 rest-openapi/pom.xml                                       | 2 +-
 rest-producer/pom.xml                                      | 2 +-
 rest-swagger-simple/pom.xml                                | 2 +-
 rest-swagger/pom.xml                                       | 2 +-
 servicecall/consumer/pom.xml                               | 2 +-
 servicecall/services/pom.xml                               | 2 +-
 strimzi/pom.xml                                            | 2 +-
 supervising-route-controller/pom.xml                       | 2 +-
 twitter-salesforce/pom.xml                                 | 2 +-
 undertow-spring-security/pom.xml                           | 2 +-
 validator/pom.xml                                          | 2 +-
 webhook/pom.xml                                            | 2 +-
 widget-gadget/pom.xml                                      | 2 +-
 xml-import/pom.xml                                         | 2 +-
 zipkin/service1/pom.xml                                    | 2 +-
 51 files changed, 55 insertions(+), 51 deletions(-)

diff --git a/activemq/pom.xml b/activemq/pom.xml
index d4b6d1c..58beec7 100644
--- a/activemq/pom.xml
+++ b/activemq/pom.xml
@@ -54,7 +54,7 @@
             <!-- Camel BOM -->
             <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/actuator-http-metrics/pom.xml b/actuator-http-metrics/pom.xml
index bf2f47e..6d30c60 100644
--- a/actuator-http-metrics/pom.xml
+++ b/actuator-http-metrics/pom.xml
@@ -51,7 +51,7 @@
             <!-- Camel BOM -->
             <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/amqp/pom.xml b/amqp/pom.xml
index c0e556d..7fcd241 100644
--- a/amqp/pom.xml
+++ b/amqp/pom.xml
@@ -54,7 +54,7 @@
             <!-- Camel BOM -->
             <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/apm-opentracing/pom.xml b/apm-opentracing/pom.xml
index 26d3a05..3d4c424 100644
--- a/apm-opentracing/pom.xml
+++ b/apm-opentracing/pom.xml
@@ -51,7 +51,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/arangodb/pom.xml b/arangodb/pom.xml
index 0f1f279..19c66db 100644
--- a/arangodb/pom.xml
+++ b/arangodb/pom.xml
@@ -46,7 +46,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/aws-secrets-manager/pom.xml b/aws-secrets-manager/pom.xml
index 5570e72..3d94f24 100644
--- a/aws-secrets-manager/pom.xml
+++ b/aws-secrets-manager/pom.xml
@@ -46,7 +46,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/aws2-s3/pom.xml b/aws2-s3/pom.xml
index 50790e6..55e2a73 100644
--- a/aws2-s3/pom.xml
+++ b/aws2-s3/pom.xml
@@ -46,7 +46,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/clustered-route-controller/cluster-node/pom.xml 
b/clustered-route-controller/cluster-node/pom.xml
index b640751..f9cfdba 100644
--- a/clustered-route-controller/cluster-node/pom.xml
+++ b/clustered-route-controller/cluster-node/pom.xml
@@ -44,7 +44,7 @@
             <!-- Camel BOM -->
             <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/dynamic-router-eip/pom.xml b/dynamic-router-eip/pom.xml
index 839fe22..8abaf10 100644
--- a/dynamic-router-eip/pom.xml
+++ b/dynamic-router-eip/pom.xml
@@ -46,7 +46,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/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml
index 7a24ba1..2acb287 100644
--- a/fhir-auth-tx/pom.xml
+++ b/fhir-auth-tx/pom.xml
@@ -102,6 +102,7 @@
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-structures-v24</artifactId>
+            <version>${hapi-structures-v24-version}</version>
         </dependency>
 
         <!-- test -->
diff --git a/fhir/pom.xml b/fhir/pom.xml
index 75acaf7..8bca95c 100644
--- a/fhir/pom.xml
+++ b/fhir/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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>
@@ -91,16 +91,15 @@
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-fhir-starter</artifactId>
-            <version>${camel-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-hl7-starter</artifactId>
-            <version>${camel-version}</version>
         </dependency>
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-structures-v24</artifactId>
+            <version>${hapi-structures-v24-version}</version>
         </dependency>
 
         <!-- test -->
@@ -127,6 +126,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
+            <version>${testcontainers-version}</version>
         </dependency>
 
     </dependencies>
diff --git a/geocoder/pom.xml b/geocoder/pom.xml
index 7947f72..c9e5fd2 100644
--- a/geocoder/pom.xml
+++ b/geocoder/pom.xml
@@ -48,7 +48,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/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml 
b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
index 6b10ad7..782f4e9 100644
--- a/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
+++ b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
@@ -51,7 +51,7 @@
             <!-- Camel BOM -->
             <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/grpc/hello-camel-grpc-client/pom.xml 
b/grpc/hello-camel-grpc-client/pom.xml
index 208d5b8..8ed4766 100644
--- a/grpc/hello-camel-grpc-client/pom.xml
+++ b/grpc/hello-camel-grpc-client/pom.xml
@@ -49,7 +49,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/health-checks/pom.xml b/health-checks/pom.xml
index f46cee2..4056865 100644
--- a/health-checks/pom.xml
+++ b/health-checks/pom.xml
@@ -49,7 +49,7 @@
             <!-- Camel BOM -->
             <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/hystrix/client/pom.xml b/hystrix/client/pom.xml
index 805bc41..dfe84e9 100644
--- a/hystrix/client/pom.xml
+++ b/hystrix/client/pom.xml
@@ -47,7 +47,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/hystrix/service1/pom.xml b/hystrix/service1/pom.xml
index 8cfc65d..1ca8c46 100644
--- a/hystrix/service1/pom.xml
+++ b/hystrix/service1/pom.xml
@@ -47,7 +47,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/infinispan/pom.xml b/infinispan/pom.xml
index b350875..ac071a9 100644
--- a/infinispan/pom.xml
+++ b/infinispan/pom.xml
@@ -47,7 +47,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>
@@ -70,6 +70,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
+            <version>${testcontainers-version}</version>
         </dependency>
 
         <!-- Test -->
diff --git a/jira/pom.xml b/jira/pom.xml
index 4ed9940..dd5a043 100644
--- a/jira/pom.xml
+++ b/jira/pom.xml
@@ -47,7 +47,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/kafka-avro/pom.xml b/kafka-avro/pom.xml
index 2daf691..a595788 100644
--- a/kafka-avro/pom.xml
+++ b/kafka-avro/pom.xml
@@ -58,7 +58,7 @@
             <!-- Camel BOM -->
             <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/kafka-offsetrepository/pom.xml b/kafka-offsetrepository/pom.xml
index 3824d4a..79b69c2 100644
--- a/kafka-offsetrepository/pom.xml
+++ b/kafka-offsetrepository/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/master/pom.xml b/master/pom.xml
index c955ec9..76d5c44 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -53,7 +53,7 @@
             <!-- Camel BOM -->
             <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/metrics/pom.xml b/metrics/pom.xml
index e451a07..4c3b437 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -49,7 +49,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/opentracing/service1/pom.xml b/opentracing/service1/pom.xml
index c44ffc2..c7eb827 100644
--- a/opentracing/service1/pom.xml
+++ b/opentracing/service1/pom.xml
@@ -48,7 +48,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/opentracing/service2/pom.xml b/opentracing/service2/pom.xml
index c8b2717..78fb8b4 100644
--- a/opentracing/service2/pom.xml
+++ b/opentracing/service2/pom.xml
@@ -48,7 +48,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/paho-mqtt5-shared-subscriptions/pom.xml 
b/paho-mqtt5-shared-subscriptions/pom.xml
index dcb9668..bf527b2 100644
--- a/paho-mqtt5-shared-subscriptions/pom.xml
+++ b/paho-mqtt5-shared-subscriptions/pom.xml
@@ -31,7 +31,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/pojo/pom.xml b/pojo/pom.xml
index c49ddda..2c2668d 100644
--- a/pojo/pom.xml
+++ b/pojo/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/pom.xml b/pom.xml
index c50f2fd..641a76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,8 @@
                
<fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version>
                
<kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
                <reactor-version>3.2.16.RELEASE</reactor-version>
+               <testcontainers-version>1.16.3</testcontainers-version>
+               <hapi-structures-v24-version>2.3</hapi-structures-v24-version>
        </properties>
 
        <repositories>
diff --git a/quartz/pom.xml b/quartz/pom.xml
index f5ae263..fcc37c4 100644
--- a/quartz/pom.xml
+++ b/quartz/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/rabbitmq/pom.xml b/rabbitmq/pom.xml
index 5b8a3b2..ffb16ba 100644
--- a/rabbitmq/pom.xml
+++ b/rabbitmq/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/reactive-streams/pom.xml b/reactive-streams/pom.xml
index 1636127..2c876f3 100644
--- a/reactive-streams/pom.xml
+++ b/reactive-streams/pom.xml
@@ -50,7 +50,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/resilience4j/client/pom.xml b/resilience4j/client/pom.xml
index 2ab5ef8..c7ffc2f 100644
--- a/resilience4j/client/pom.xml
+++ b/resilience4j/client/pom.xml
@@ -47,7 +47,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/resilience4j/service1/pom.xml b/resilience4j/service1/pom.xml
index 7e31889..f00ed1a 100644
--- a/resilience4j/service1/pom.xml
+++ b/resilience4j/service1/pom.xml
@@ -47,7 +47,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/rest-jpa/pom.xml b/rest-jpa/pom.xml
index 46c4800..50d49f0 100644
--- a/rest-jpa/pom.xml
+++ b/rest-jpa/pom.xml
@@ -54,7 +54,7 @@
             <!-- Camel BOM -->
             <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/rest-openapi-simple/pom.xml b/rest-openapi-simple/pom.xml
index 4861117..14dd167 100644
--- a/rest-openapi-simple/pom.xml
+++ b/rest-openapi-simple/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/rest-openapi-springdoc/pom.xml b/rest-openapi-springdoc/pom.xml
index e7d6edf..bc4b77e 100644
--- a/rest-openapi-springdoc/pom.xml
+++ b/rest-openapi-springdoc/pom.xml
@@ -46,7 +46,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/rest-openapi/pom.xml b/rest-openapi/pom.xml
index 8a81d4e..ddab2bf 100644
--- a/rest-openapi/pom.xml
+++ b/rest-openapi/pom.xml
@@ -46,7 +46,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/rest-producer/pom.xml b/rest-producer/pom.xml
index 1b99316..c60cf08 100644
--- a/rest-producer/pom.xml
+++ b/rest-producer/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/rest-swagger-simple/pom.xml b/rest-swagger-simple/pom.xml
index fe8e64c..05d75d8 100644
--- a/rest-swagger-simple/pom.xml
+++ b/rest-swagger-simple/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/rest-swagger/pom.xml b/rest-swagger/pom.xml
index f05c8f4..60826a8 100644
--- a/rest-swagger/pom.xml
+++ b/rest-swagger/pom.xml
@@ -47,7 +47,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/servicecall/consumer/pom.xml b/servicecall/consumer/pom.xml
index ef8a82b..a8aa7a3 100644
--- a/servicecall/consumer/pom.xml
+++ b/servicecall/consumer/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/servicecall/services/pom.xml b/servicecall/services/pom.xml
index 0c9ae4f..6a77c20 100644
--- a/servicecall/services/pom.xml
+++ b/servicecall/services/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/strimzi/pom.xml b/strimzi/pom.xml
index c64d26f..e4bded0 100644
--- a/strimzi/pom.xml
+++ b/strimzi/pom.xml
@@ -51,7 +51,7 @@
                        <!-- Camel BOM -->
                        <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/supervising-route-controller/pom.xml 
b/supervising-route-controller/pom.xml
index e8f22ff..79b6b1e 100644
--- a/supervising-route-controller/pom.xml
+++ b/supervising-route-controller/pom.xml
@@ -52,7 +52,7 @@
             <!-- Camel BOM -->
             <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/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml
index f17feb5..4246980 100644
--- a/twitter-salesforce/pom.xml
+++ b/twitter-salesforce/pom.xml
@@ -49,7 +49,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/undertow-spring-security/pom.xml b/undertow-spring-security/pom.xml
index bde9623..3418e0f 100644
--- a/undertow-spring-security/pom.xml
+++ b/undertow-spring-security/pom.xml
@@ -46,7 +46,7 @@
             <!-- Camel BOM -->
             <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/validator/pom.xml b/validator/pom.xml
index 6662bfc..2eb4d3a 100644
--- a/validator/pom.xml
+++ b/validator/pom.xml
@@ -53,7 +53,7 @@
             <!-- Camel BOM -->
             <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/webhook/pom.xml b/webhook/pom.xml
index 28149c0..adb1e33 100644
--- a/webhook/pom.xml
+++ b/webhook/pom.xml
@@ -46,7 +46,7 @@
             <!-- Camel BOM -->
             <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/widget-gadget/pom.xml b/widget-gadget/pom.xml
index b1da2e7..02f0dc1 100644
--- a/widget-gadget/pom.xml
+++ b/widget-gadget/pom.xml
@@ -54,7 +54,7 @@
             <!-- Camel BOM -->
             <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/xml-import/pom.xml b/xml-import/pom.xml
index ebba239..f3d2b4b 100644
--- a/xml-import/pom.xml
+++ b/xml-import/pom.xml
@@ -53,7 +53,7 @@
             <!-- Camel BOM -->
             <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/zipkin/service1/pom.xml b/zipkin/service1/pom.xml
index 3391985..198c6f3 100644
--- a/zipkin/service1/pom.xml
+++ b/zipkin/service1/pom.xml
@@ -47,7 +47,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>

Reply via email to