Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-18060
  • Loading branch information
jacobrobertson committed Oct 3, 2013
1 parent 06db241 commit abf832b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -90,7 +90,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ws-cleanup</artifactId>
<version>0.10</version>
<version>0.18</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>logfilesizechecker</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit abf832b

Please sign in to comment.