This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 877631ee4e Remove Google PubSub Micrometer workaround
877631ee4e is described below
commit 877631ee4eb6b3b5249921bab59bee412210d7b7
Author: Lukas Lowinger <[email protected]>
AuthorDate: Mon Aug 18 16:45:53 2025 +0200
Remove Google PubSub Micrometer workaround
---
extensions/google-pubsub/runtime/pom.xml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/extensions/google-pubsub/runtime/pom.xml
b/extensions/google-pubsub/runtime/pom.xml
index 568f68de5e..ac70941a25 100644
--- a/extensions/google-pubsub/runtime/pom.xml
+++ b/extensions/google-pubsub/runtime/pom.xml
@@ -34,22 +34,6 @@
<camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince>
</properties>
- <dependencyManagement>
- <dependencies>
- <!-- https://github.com/micrometer-metrics/micrometer/issues/2249
-->
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-micrometer</artifactId>
- <exclusions>
- <exclusion>
- <groupId>com.google.cloud</groupId>
- <artifactId>google-cloud-monitoring</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>