Skip to content

Commit

Permalink
Add jersey-client as dependency of pulsar-client-auth-sasl (apache#10055
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BewareMyPower authored Mar 28, 2021
1 parent a9a2861 commit 454b1a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pulsar-client-auth-sasl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,10 @@
<artifactId>javax.ws.rs-api</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
</dependency>

</dependencies>
</project>

0 comments on commit 454b1a5

Please sign in to comment.