Skip to content

Commit

Permalink
Add com.google.common.cache to shaded jar #143
Browse files Browse the repository at this point in the history
The cache package is used for method caching and was not included within the shaded jar.
  • Loading branch information
mp911de committed Oct 2, 2015
1 parent e4f493d commit 5886379
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@
<filter>
<artifact>com.google.guava:guava</artifact>
<excludes>
<exclude>com/google/common/cache/**
</exclude>
<exclude>com/google/common/escape/**
</exclude>
<exclude>com/google/common/eventbus/**
Expand Down

0 comments on commit 5886379

Please sign in to comment.