You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/05/21 17:33:35 UTC

[pulsar] branch master updated: add kerveros into server distribution (#4316)

This is an automated email from the ASF dual-hosted git repository.

mmerli 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 1bb9a11  add kerveros into server distribution (#4316)
1bb9a11 is described below

commit 1bb9a118e7be5fc7aba6fd37c2e78959fbb161fc
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Wed May 22 01:33:29 2019 +0800

    add kerveros into server distribution (#4316)
---
 distribution/server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/distribution/server/pom.xml b/distribution/server/pom.xml
index 77ba530..f626df0 100644
--- a/distribution/server/pom.xml
+++ b/distribution/server/pom.xml
@@ -54,6 +54,12 @@
 
     <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>
       <version>${project.version}</version>
       <exclusions>