Skip to content

Commit

Permalink
[FIXED JENKINS-16544] Use Shade plugin to avoid breaking Jenkins CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 9, 2013
1 parent 77e64e1 commit a3d5e17
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -17,8 +17,18 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>file-leak-detector</artifactId>
<version>1.4</version>
<version>1.6-SNAPSHOT</version>
<classifier>jar-with-dependencies</classifier>
<exclusions>
<exclusion>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.kohsuke</groupId>
<artifactId>asm3</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit a3d5e17

Please sign in to comment.