This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 6dd7c59327d [fix][test] Fixed many tests of pulsar-proxy are not
running (#23118)
6dd7c59327d is described below
commit 6dd7c59327db083ab6134693bfdd8a9b4a85d626
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)
---
pom.xml | 6 ++++++
pulsar-broker/pom.xml | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2cdcee2ff3..cc4a6b52a03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1626,6 +1626,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 20117ed21db..49446e9ca41 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -148,12 +148,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>