Skip to content

Commit

Permalink
changed shadowing scope of guava packages (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL authored and bsideup committed Feb 17, 2017
1 parent a65b293 commit b38709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
<shadedPattern>org.testcontainers.shaded.jersey.repackaged</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>org.testcontainers.shaded.com.google.common</shadedPattern>
<pattern>com.google</pattern>
<shadedPattern>org.testcontainers.shaded.com.google</shadedPattern>
</relocation>
<relocation>
<pattern>io.netty</pattern>
Expand Down

1 comment on commit b38709c

@sscarduzio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 yes please!

Please sign in to comment.