This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit d3e4c817283f02f0fbc1969cce3a6272c3e34660 Author: Yuri Mizushima <[email protected]> AuthorDate: Mon Aug 5 17:45:10 2024 +0900 [fix][test] Fixed many tests of pulsar-proxy are not running (#23118) (cherry picked from commit 6dd7c59327db083ab6134693bfdd8a9b4a85d626) --- pom.xml | 6 ++++++ pulsar-broker/pom.xml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 128e49e5a59..768e82863d9 100644 --- a/pom.xml +++ b/pom.xml @@ -1616,6 +1616,12 @@ flexible messaging model and an intuitive client API.</description> <scope>test</scope> </dependency> + <dependency> + <groupId>io.opentelemetry</groupId> + <artifactId>opentelemetry-sdk-testing</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml index 321540d3dd8..dfe64a7f257 100644 --- a/pulsar-broker/pom.xml +++ b/pulsar-broker/pom.xml @@ -149,12 +149,6 @@ <version>${project.version}</version> </dependency> - <dependency> - <groupId>io.opentelemetry</groupId> - <artifactId>opentelemetry-sdk-testing</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>pulsar-io-batch-discovery-triggerers</artifactId>
