Skip to content

Commit

Permalink
add kerveros into server distribution (apache#4316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhai authored and merlimat committed May 21, 2019
1 parent b564670 commit 1bb9a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-broker-auth-sasl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-tools</artifactId>
Expand Down

0 comments on commit 1bb9a11

Please sign in to comment.