Skip to content

Commit

Permalink
[fix][test] Fixed many tests of pulsar-proxy are not running (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
equanz authored and Denovo1998 committed Aug 17, 2024
1 parent d46d8c0 commit 55a76b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions pulsar-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 55a76b3

Please sign in to comment.