You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/11/21 04:22:42 UTC

[distributedlog] branch master updated: issue #236: shaded jar lose necessary bk jar to execute

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/distributedlog.git


The following commit(s) were added to refs/heads/master by this push:
     new 0853856  issue #236: shaded jar lose necessary bk jar to execute
0853856 is described below

commit 08538562e1a0097cc447847fdfcfa5892105a50e
Author: Arvin <ar...@gmail.com>
AuthorDate: Mon Nov 20 20:22:35 2017 -0800

    issue #236: shaded jar lose necessary bk jar to execute
    
    Descriptions of the changes in this PR:
    
     after bump to bk4.6, add bk-proto bk-http dependency to shaded jar
    
    Author: Arvin <ar...@gmail.com>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #237 from ArvinDevel/addBkDependencyInShade, closes #236
---
 distributedlog-core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index f010959..aa55c2e 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -213,6 +213,7 @@
                   <include>commons-io:commons-io</include>
                   <include>commons-lang:commons-lang</include>
                   <include>com.google.guava:guava</include>
+                  <include>com.google.protobuf:protobuf-java</include>
                   <include>io.netty:netty</include>
                   <include>io.netty:netty-all</include>
                   <include>io.netty:netty-buffer</include>
@@ -223,6 +224,8 @@
                   <include>org.apache.bookkeeper.stats:bookkeeper-stats-api</include>
                   <include>org.apache.bookkeeper:bookkeeper-server</include>
                   <include>org.apache.bookkeeper:bookkeeper-common</include>
+                  <include>org.apache.bookkeeper:bookkeeper-proto</include>
+                  <include>org.apache.bookkeeper:bookkeeper-http</include>
                   <include>org.apache.commons:commons-lang3</include>
                   <include>org.apache.distributedlog:distributedlog-common</include>
                   <include>org.apache.distributedlog:distributedlog-protocol</include>
@@ -340,6 +343,7 @@
                   <include>commons-io:commons-io</include>
                   <include>commons-lang:commons-lang</include>
                   <include>com.google.guava:guava</include>
+                  <include>com.google.protobuf:protobuf-java</include>
                   <include>io.netty:netty</include>
                   <include>io.netty:netty-all</include>
                   <include>io.netty:netty-buffer</include>
@@ -349,6 +353,9 @@
                   <include>net.jpountz.lz4:lz4</include>
                   <include>org.apache.bookkeeper.stats:bookkeeper-stats-api</include>
                   <include>org.apache.bookkeeper:bookkeeper-server</include>
+                  <include>org.apache.bookkeeper:bookkeeper-common</include>
+                  <include>org.apache.bookkeeper:bookkeeper-proto</include>
+                  <include>org.apache.bookkeeper:bookkeeper-http</include>
                   <include>org.apache.commons:commons-lang3</include>
                   <include>org.apache.distributedlog:distributedlog-common</include>
                   <include>org.apache.distributedlog:distributedlog-protocol</include>

-- 
To stop receiving notification emails like this one, please contact
['"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>'].