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