From bc45947c98f7420e6e3b8b9197e3deda1e6a69f4 Mon Sep 17 00:00:00 2001 From: Pepper Lebeck-Jobe Date: Sat, 30 Sep 2017 08:22:31 +0200 Subject: [PATCH] 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 Signed-off-by: David Pursehouse --- org.eclipse.jgit.pgm.test/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jgit.pgm.test/BUILD b/org.eclipse.jgit.pgm.test/BUILD index 5d4a175f7..5bedf9ade 100644 --- a/org.eclipse.jgit.pgm.test/BUILD +++ b/org.eclipse.jgit.pgm.test/BUILD @@ -13,6 +13,7 @@ junit_tests( tags = ["pgm"], deps = [ ":helpers", + "//lib:args4j", "//lib:commons-compress", "//lib:javaewah", "//lib:junit",