Add the args4j jar

This allows the tests to all be built and run by bazel.

Bug: 525412
Change-Id: Ie9281d07462cd07200fadb4b0e7b7f88c44f7865
Signed-off-by: Pepper Lebeck-Jobe <eljobe@gmail.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
Pepper Lebeck-Jobe 2017-09-30 08:22:31 +02:00 committed by David Pursehouse
parent 6dab29f4b5
commit bc45947c98
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ junit_tests(
tags = ["pgm"],
deps = [
":helpers",
"//lib:args4j",
"//lib:commons-compress",
"//lib:javaewah",
"//lib:junit",