JENKINS-21160: update pom.xml to warn about mismatched args4j

in some circumstances, you may use some older args4j (coming from remoting) when the jenkins about page shows a different version.
This commit is contained in:
Damien Nozay 2014-10-08 14:58:35 -07:00
parent e72c11ae4b
commit ec2b7fcc8d
1 changed files with 1 additions and 1 deletions

View File

@ -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>