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 34b689a7c11 Exclude `opentelemetry-sdk-extension-autoconfigure-spi` to 
avoid jar conflict
34b689a7c11 is described below

commit 34b689a7c11db4a2053921bba73cfc214f247a04
Author: Jiwe Guo <[email protected]>
AuthorDate: Fri Nov 28 10:47:39 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 7e20110788a..68b71f4187d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -649,6 +649,10 @@ flexible messaging model and an intuitive client 
API.</description>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>io.opentelemetry</groupId>
+            
<artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 

Reply via email to