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 2018/03/01 15:12:19 UTC

[incubator-pulsar] branch master updated: Fix the typo in shaded client-tools module (#1313)

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 1db47ca  Fix the typo in shaded client-tools module (#1313)
1db47ca is described below

commit 1db47cae481c2a6bc16e37fb3012cfcdb469c632
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Thu Mar 1 07:12:16 2018 -0800

    Fix the typo in shaded client-tools module (#1313)
---
 pulsar-client-tools-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client-tools-shaded/pom.xml b/pulsar-client-tools-shaded/pom.xml
index d127609..104ff42 100644
--- a/pulsar-client-tools-shaded/pom.xml
+++ b/pulsar-client-tools-shaded/pom.xml
@@ -60,7 +60,7 @@
               <artifactSet>
                 <includes>
                   <include>org.apache.pulsar:pulsar-common</include>
-                  <include>org.apache.bokkeeper:circe-checksum</include>
+                  <include>org.apache.bookkeeper:circe-checksum</include>
                   <include>org.apache.pulsar:pulsar-client-original</include>
                   <include>org.apache.pulsar:pulsar-client-admin-original</include>
                   <include>org.apache.pulsar:pulsar-client-tools</include>

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