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
commit 1b2c950d7d4738c6753e8aad8f02d3f4b6f2c483 Author: Jiwe Guo <[email protected]> AuthorDate: Mon Dec 1 09:33:47 2025 +0800 Revert "Exclude `opentelemetry-sdk-extension-autoconfigure-spi` to avoid jar conflict" This reverts commit 34b689a7c11db4a2053921bba73cfc214f247a04. --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4a0f0cf4871..a584e4fd93d 100644 --- a/pom.xml +++ b/pom.xml @@ -649,10 +649,6 @@ 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>
