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/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b8335c  add bk dependency to fun-worker for runtime execution (#1989)
8b8335c is described below

commit 8b8335c797f49ce17a1040a0a39c8cec82632fa1
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Tue Jun 19 09:52:33 2018 -0700

    add bk dependency to fun-worker for runtime execution (#1989)
---
 pulsar-functions/worker/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pulsar-functions/worker/pom.xml b/pulsar-functions/worker/pom.xml
index 518b18e..289edac 100644
--- a/pulsar-functions/worker/pom.xml
+++ b/pulsar-functions/worker/pom.xml
@@ -97,7 +97,12 @@
       <groupId>org.apache.distributedlog</groupId>
       <artifactId>distributedlog-core</artifactId>
     </dependency>
-    
+
+    <dependency>
+      <groupId>org.apache.bookkeeper</groupId>
+      <artifactId>bookkeeper-server</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>

Reply via email to