This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 7846d429a78 Exclude `opentelemetry-sdk-extension-autoconfigure-spi` to
avoid jar conflict
7846d429a78 is described below
commit 7846d429a7828f242f0856cb8d1d509355fb65ba
Author: Jiwe Guo <[email protected]>
AuthorDate: Fri Nov 28 14:58:23 2025 +0800
Exclude `opentelemetry-sdk-extension-autoconfigure-spi` to avoid jar
conflict
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 68b71f4187d..4a0f0cf4871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,6 +686,10 @@ flexible messaging model and an intuitive client
API.</description>
<groupId>org.inferred</groupId>
<artifactId>freebuilder</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.opentelemetry</groupId>
+
<artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId>
+ </exclusion>
</exclusions>
</dependency>