This is an automated email from the ASF dual-hosted git repository.
jpoth 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 6c8feedbd32 CAMEL-21387: camel-opentelemetry-starter add default
dependencies for basic setup (#1268)
6c8feedbd32 is described below
commit 6c8feedbd326d52f14363941a950041e863d4042
Author: John Poth <[email protected]>
AuthorDate: Fri Oct 25 10:53:22 2024 +0200
CAMEL-21387: camel-opentelemetry-starter add default dependencies for basic
setup (#1268)
---
components-starter/camel-opentelemetry-starter/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/components-starter/camel-opentelemetry-starter/pom.xml
b/components-starter/camel-opentelemetry-starter/pom.xml
index 6817423b7d7..d3ca460ecb7 100644
--- a/components-starter/camel-opentelemetry-starter/pom.xml
+++ b/components-starter/camel-opentelemetry-starter/pom.xml
@@ -39,6 +39,15 @@
<artifactId>camel-opentelemetry</artifactId>
<version>${camel-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ <version>${spring-boot-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-tracing-bridge-otel</artifactId>
+ </dependency>
<!--START OF GENERATED CODE-->
<dependency>
<groupId>org.apache.camel.springboot</groupId>