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/06/08 06:57:27 UTC

[pulsar] branch master updated: Removed pulsar-client-api from shaded jar. (#4491)

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 91c7813  Removed pulsar-client-api from shaded jar. (#4491)
91c7813 is described below

commit 91c7813b79e788771083956a7c236dc47fde5737
Author: Kim Christian Gaarder <ki...@gmail.com>
AuthorDate: Sat Jun 8 08:57:20 2019 +0200

    Removed pulsar-client-api from shaded jar. (#4491)
---
 pulsar-client-all/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml
index 44de80f..e3538ac 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -98,7 +98,6 @@
                 <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>