This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.8.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit d6832b41ff13931cdf8165c94f799563c9bfde21 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Mon Sep 9 11:04:52 2024 +0200 Remove invalid versions for starter dependencies --- components-starter/camel-jgroups-cluster-service-starter/pom.xml | 1 - components-starter/camel-jgroups-raft-cluster-service-starter/pom.xml | 1 - components-starter/camel-kubernetes-cluster-service-starter/pom.xml | 1 - components-starter/camel-zookeeper-cluster-service-starter/pom.xml | 1 - 4 files changed, 4 deletions(-) diff --git a/components-starter/camel-jgroups-cluster-service-starter/pom.xml b/components-starter/camel-jgroups-cluster-service-starter/pom.xml index 4cdd3923429..9875e5f9bad 100644 --- a/components-starter/camel-jgroups-cluster-service-starter/pom.xml +++ b/components-starter/camel-jgroups-cluster-service-starter/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jgroups-starter</artifactId> - <version>${camel-version}</version> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/components-starter/camel-jgroups-raft-cluster-service-starter/pom.xml b/components-starter/camel-jgroups-raft-cluster-service-starter/pom.xml index 2c6287fdeeb..5f02214d0db 100644 --- a/components-starter/camel-jgroups-raft-cluster-service-starter/pom.xml +++ b/components-starter/camel-jgroups-raft-cluster-service-starter/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jgroups-raft-starter</artifactId> - <version>${camel-version}</version> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/components-starter/camel-kubernetes-cluster-service-starter/pom.xml b/components-starter/camel-kubernetes-cluster-service-starter/pom.xml index e3628901fa9..701cc09e2a7 100644 --- a/components-starter/camel-kubernetes-cluster-service-starter/pom.xml +++ b/components-starter/camel-kubernetes-cluster-service-starter/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-kubernetes-starter</artifactId> - <version>${camel-version}</version> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/components-starter/camel-zookeeper-cluster-service-starter/pom.xml b/components-starter/camel-zookeeper-cluster-service-starter/pom.xml index 1a2c8ec8a8e..524bfbd0bdd 100644 --- a/components-starter/camel-zookeeper-cluster-service-starter/pom.xml +++ b/components-starter/camel-zookeeper-cluster-service-starter/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-zookeeper-starter</artifactId> - <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.curator</groupId>