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

gzurowski 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 859d6159d01 Add version element to observability dependency
859d6159d01 is described below

commit 859d6159d01da2adc5b695d0fafa0f53c16ad086
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sun Mar 30 14:06:54 2025 +0200

    Add version element to observability dependency
---
 components-starter/camel-observability-services-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components-starter/camel-observability-services-starter/pom.xml 
b/components-starter/camel-observability-services-starter/pom.xml
index ca5d53ad14c..85ee8188fb4 100644
--- a/components-starter/camel-observability-services-starter/pom.xml
+++ b/components-starter/camel-observability-services-starter/pom.xml
@@ -52,6 +52,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-observability-services</artifactId>
+      <version>${camel-version}</version>
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>

Reply via email to