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

sijie 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 f38fce7  Upgrade the bookkeeper storage client dependency to the 
official bookkeeper version (#1328)
f38fce7 is described below

commit f38fce71b1ffda033071e5c89a4839397f4d1cd1
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Sun Mar 4 20:50:03 2018 -0800

    Upgrade the bookkeeper storage client dependency to the official bookkeeper 
version (#1328)
    
    This removes the temp dependency in `pulsar-functions-instance`
---
 pom.xml                           |  6 ++++++
 pulsar-functions/instance/pom.xml | 12 ------------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index e44b2b5..8d6dfb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,12 @@ flexible messaging model and an intuitive client 
API.</description>
 
       <dependency>
         <groupId>org.apache.bookkeeper</groupId>
+        <artifactId>stream-storage-java-client</artifactId>
+        <version>${bookkeeper.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.bookkeeper</groupId>
         <artifactId>bookkeeper-bookkeeper-stats-api</artifactId>
         <version>${bookkeeper.version}</version>
       </dependency>
diff --git a/pulsar-functions/instance/pom.xml 
b/pulsar-functions/instance/pom.xml
index fb45cdf..39dd271 100644
--- a/pulsar-functions/instance/pom.xml
+++ b/pulsar-functions/instance/pom.xml
@@ -61,7 +61,6 @@
     <dependency>
       <groupId>org.apache.bookkeeper</groupId>
       <artifactId>stream-storage-java-client</artifactId>
-      <version>0.6.0</version>
     </dependency>
 
     <dependency>
@@ -86,15 +85,4 @@
 
   </dependencies>
 
-  <!-- current the stream storage artifacts are hosted at streamlio. will give 
rid of this once it is proposed to merge to bookkeeper -->
-  <repositories>
-    <repository>
-        <id>stream-storage-mvn-repo</id>
-        <url>https://raw.githubusercontent.com/sijie/artifacts/mvn-repo/</url>
-        <snapshots>
-            <enabled>true</enabled>
-        </snapshots>
-    </repository>
-  </repositories>
-
 </project>

-- 
To stop receiving notification emails like this one, please contact
si...@apache.org.

Reply via email to