Skip to content

Commit

Permalink
Jenkins build fails to start - shaded Jackson fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
mstipanov authored and ndeloof committed Sep 6, 2017
1 parent 71a5f51 commit 8468d67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-java-shaded/pom.xml
Expand Up @@ -253,6 +253,9 @@
<include>org.apache.httpcomponents*:*</include>
<include>com.github.docker-java:*</include>
<include>com.google.guava:*</include>
<include>com.fasterxml.jackson.jaxrs:*</include>
<include>com.fasterxml.jackson.core:*</include>
<include>com.fasterxml.jackson.module:*</include>
</includes>
</artifactSet>
<filters>
Expand All @@ -273,6 +276,10 @@
<pattern>com.google.common</pattern>
<shadedPattern>shaded.com.google.common</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml</pattern>
<shadedPattern>shaded.com.fasterxml</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
Expand Down

0 comments on commit 8468d67

Please sign in to comment.