Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #884 from PinkSheep/master
Browse files Browse the repository at this point in the history
added relocation for the org.glassfish dependency
  • Loading branch information
davidxia committed Sep 14, 2017
2 parents f779611 + ca7cc1e commit 141df36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
<pattern>javax.ws.rs</pattern>
<shadedPattern>com.spotify.docker.client.shaded.javax.ws.rs</shadedPattern>
</relocation>
<relocation>
<pattern>org.glassfish</pattern>
<shadedPattern>com.spotify.docker.client.shaded.org.glassfish</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>com.spotify.docker.client.shaded.com.fasterxml.jackson</shadedPattern>
Expand Down

0 comments on commit 141df36

Please sign in to comment.