Browse Source

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>
tags/v4.9.0.201710071750-r
Pepper Lebeck-Jobe 6 years ago
parent
commit
bc45947c98
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.pgm.test/BUILD

+ 1
- 0
org.eclipse.jgit.pgm.test/BUILD View File

tags = ["pgm"], tags = ["pgm"],
deps = [ deps = [
":helpers", ":helpers",
"//lib:args4j",
"//lib:commons-compress", "//lib:commons-compress",
"//lib:javaewah", "//lib:javaewah",
"//lib:junit", "//lib:junit",

Loading…
Cancel
Save