Skip to content

Commit

Permalink
[FIX JENKINS-39689] dont embed an old version of tiger_types
Browse files Browse the repository at this point in the history
Which in turn is used by Stapler.
  • Loading branch information
batmat authored and magnayn committed Nov 14, 2016
1 parent 9421e3d commit 87857fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-java-shaded/pom.xml
Expand Up @@ -257,6 +257,15 @@
<include>com.google.guava:*</include>
</includes>
</artifactSet>
<filters>
<filter>
<!-- JENKINS-39689: never embed tiger_types to not conflict with the one pulled by Stapler -->
<artifact>*:*</artifact>
<excludes>
<exclude>org/jvnet/tiger_types/*</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.apache.http</pattern>
Expand Down

0 comments on commit 87857fe

Please sign in to comment.