Skip to content

Commit

Permalink
Merge pull request #1419 from dnozay/patch-1
Browse files Browse the repository at this point in the history
JENKINS-21160: update pom.xml to warn about mismatched args4j
  • Loading branch information
oleg-nenashev committed Oct 27, 2014
2 parents 8e0b87c + ec2b7fc commit a22e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -191,7 +191,7 @@ THE SOFTWARE.
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<dependency><!-- JENKINS-21160: remoting also depends on args4j, please update accordingly -->
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.0.23</version>
Expand Down

0 comments on commit a22e20d

Please sign in to comment.