Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnozay committed Oct 8, 2014
1 parent e72c11a commit ec2b7fc
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 ec2b7fc

Please sign in to comment.