Skip to content

Commit

Permalink
[fix][broker] Add the missed opentelemetry-sdk-testing dependency to …
Browse files Browse the repository at this point in the history
…tests of pulsar-broker-auth-sasl (#22665)
  • Loading branch information
BewareMyPower authored May 7, 2024
1 parent 83b86ab commit 519d8e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pulsar-broker-auth-sasl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-testing</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerby-config</artifactId>
Expand Down

0 comments on commit 519d8e2

Please sign in to comment.