Update args4j to snapshot built from current CVS

We need this snapshot of the args4j code to pick up a change where
the CmdLineParser class exposed its addOption and addArgument
methods by making them public.  Ulrik's change Ia23461f8b65c5f94
requires these to implement the command line gerrit approve tool.

Change-Id: I61850e68176bb8fcbde8f02ebed9f35ebd988cc0
Signed-off-by: Shawn O. Pearce <sop@google.com>
CC: Ulrik Sjölin <ulrik.sjolin@gmail.com>
This commit is contained in:
Shawn O. Pearce 2009-08-26 15:51:16 -07:00
parent ab1a1388e9
commit 3c31fb76be

View File

@ -546,7 +546,7 @@ limitations under the License.
<dependency> <dependency>
<groupId>args4j</groupId> <groupId>args4j</groupId>
<artifactId>args4j</artifactId> <artifactId>args4j</artifactId>
<version>2.0.12</version> <version>2.0.16-d200908262237</version>
</dependency> </dependency>
<dependency> <dependency>