Skip to content

Commit

Permalink
use file leak detector lib 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Joubert committed Dec 18, 2017
1 parent 78a95f0 commit 504dc08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
work
.idea
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<artifactId>file-leak-detector</artifactId>
<name>CloudBees File Leak Detector Plugin</name>
<description>Monitors and detects file handle leaks in Jenkins</description>
<version>1.5-SNAPSHOT</version>
<version>1.6-SNAPSHOT</version>
<packaging>hpi</packaging>
<url>https://wiki.jenkins-ci.org/display/JENKINS/File+Leak+Detector+Plugin</url>

<dependencies>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>file-leak-detector</artifactId>
<version>1.6</version>
<version>1.10</version>
<classifier>jar-with-dependencies</classifier>
<exclusions>
<exclusion>
Expand All @@ -29,6 +29,10 @@
<groupId>org.kohsuke</groupId>
<artifactId>asm3</artifactId>
</exclusion>
<exclusion>
<groupId>org.kohsuke</groupId>
<artifactId>asm5</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 504dc08

Please sign in to comment.