Skip to content

Commit

Permalink
Fix pulsar-client-all shade - include BookKeeper libraries
Browse files Browse the repository at this point in the history
(cherry picked from commit b58211d)
  • Loading branch information
nicoloboschi committed May 12, 2022
1 parent e5aebe7 commit 246e38e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pulsar-client-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@
<include>io.airlift:*</include>

<include>com.datastax.oss:pulsar-common</include>
<include>org.apache.bookkeeper:*</include>
<include>com.datastax.oss:bookkeeper-common-allocator</include>
<include>com.datastax.oss:cpu-affinity</include>
<include>com.datastax.oss:circe-checksum</include>
<include>com.yahoo.datasketches:sketches-core</include>
<include>org.glassfish.jersey*:*</include>
<include>javax.ws.rs:*</include>
Expand Down

0 comments on commit 246e38e

Please sign in to comment.