Skip to content

Commit

Permalink
include failureaccess in shaded JAR (#8697)
Browse files Browse the repository at this point in the history
* include failureaccess in shaded

* fix other packages too

Co-authored-by: Takesi Kimura <takeshki@yahoo-corp.jp>
(cherry picked from commit 538b70e)
  • Loading branch information
kimula authored and codelipenghui committed Nov 26, 2020
1 parent caede24 commit b0c4595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jclouds-shaded/pom.xml
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions pulsar-client-shaded/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit b0c4595

Please sign in to comment.