You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/12 01:41:55 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #3735: Implementing authentication for Pulsar Functions

merlimat commented on a change in pull request #3735: Implementing authentication for Pulsar Functions
URL: https://github.com/apache/pulsar/pull/3735#discussion_r264489831
 
 

 ##########
 File path: pulsar-functions/runtime/pom.xml
 ##########
 @@ -63,6 +63,12 @@
       </exclusions>
     </dependency>
 
+      <dependency>
+          <groupId>org.apache.pulsar</groupId>
+          <artifactId>pulsar-broker-common</artifactId>
+          <version>${project.version}</version>
+      </dependency>
+
 
 Review comment:
   Is this necessary? Broker common will also depend on ZK and bunch of other stuff we don't need in functions. 
   If there's anything specific, it can be ported back to `pulsar-common`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services