Skip to content

Commit

Permalink
CAMEL-21387: camel-opentelemetry-starter add default dependencies for…
Browse files Browse the repository at this point in the history
… basic setup (#1268)
  • Loading branch information
johnpoth authored Oct 25, 2024
1 parent 0c4afdf commit 6c8feed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components-starter/camel-opentelemetry-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6c8feed

Please sign in to comment.