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/15 07:19:40 UTC

[pulsar] branch master updated: Added pulsar-client-api to shaded jar (#4257)

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 1146893  Added pulsar-client-api to shaded jar (#4257)
1146893 is described below

commit 1146893dee31187fa00f8326bc003281a1be2a9c
Author: Kim Christian Gaarder <ki...@gmail.com>
AuthorDate: Wed May 15 09:19:35 2019 +0200

    Added pulsar-client-api to shaded jar (#4257)
---
 pulsar-client-all/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml
index 4916a8c..408b61d 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -98,6 +98,7 @@
                 <includes>
                   <include>org.apache.pulsar:pulsar-client-original</include>
                   <include>org.apache.pulsar:pulsar-client-admin-original</include>
+                  <include>org.apache.pulsar:pulsar-client-api</include>
                   <include>org.apache.commons:commons-lang3</include>
                   <include>commons-codec:commons-codec</include>
                   <include>commons-collections:commons-collections</include>