This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit b0c45952d063b754e387b3f9cbff279b9885b107 Author: Kimura, T <[email protected]> AuthorDate: Thu Nov 26 16:24:22 2020 +0900 include failureaccess in shaded JAR (#8697) * include failureaccess in shaded * fix other packages too Co-authored-by: Takesi Kimura <[email protected]> (cherry picked from commit 538b70ed4fd8953decf4d96038624fd754696551) --- jclouds-shaded/pom.xml | 1 + pulsar-client-shaded/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/jclouds-shaded/pom.xml b/jclouds-shaded/pom.xml index 62b759f..90239c2 100644 --- a/jclouds-shaded/pom.xml +++ b/jclouds-shaded/pom.xml @@ -71,6 +71,7 @@ <artifactSet> <includes> <include>com.google.guava:guava</include> + <include>com.google.guava:failureaccess</include> <include>org.apache.jclouds:*</include> <include>org.apache.jclouds.api:*</include> <include>org.apache.jclouds.common:*</include> diff --git a/pulsar-client-shaded/pom.xml b/pulsar-client-shaded/pom.xml index 24405b1..3b2716e 100644 --- a/pulsar-client-shaded/pom.xml +++ b/pulsar-client-shaded/pom.xml @@ -115,6 +115,7 @@ <include>com.typesafe.netty:netty-reactive-streams</include> <include>org.javassist:javassist</include> <include>com.google.guava:guava</include> + <include>com.google.guava:failureaccess</include> <include>com.google.code.gson:gson</include> <include>com.fasterxml.jackson.core</include> <include>com.fasterxml.jackson.module</include>
