diff options
author | David Ostrovsky <david@ostrovsky.org> | 2019-10-06 15:28:44 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2020-05-22 17:48:19 +0200 |
commit | f17cb089aa3f8b72c9a9acd5ff2e1a3a5e977c76 (patch) | |
tree | 2aa4b04b10efc480e90afd505f17e9df62fc1bdd /org.eclipse.jgit.lfs.test | |
parent | 97e660e1a54b2bae4b5e830ad45c3d7b9ea9ea21 (diff) | |
download | jgit-f17cb089aa3f8b72c9a9acd5ff2e1a3a5e977c76.tar.gz jgit-f17cb089aa3f8b72c9a9acd5ff2e1a3a5e977c76.zip |
Bazel: Remove superfluous dependencies flagged by unused_deps
Bazel buildtools project includes in addition to buildifier also unused
deps and buildozer utilities, that detect unused dependencies and fix
them by applying the removal to the build files. This change is created
by installing unused_deps from buildtools@HEAD and running:
$ unused_deps //...
and applying the suggested modifications.
Change-Id: Iad74ec2fa719475b29391586f40b13ae30477004
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'org.eclipse.jgit.lfs.test')
-rw-r--r-- | org.eclipse.jgit.lfs.test/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit.lfs.test/BUILD b/org.eclipse.jgit.lfs.test/BUILD index ee2402aee0..061ecd71f7 100644 --- a/org.eclipse.jgit.lfs.test/BUILD +++ b/org.eclipse.jgit.lfs.test/BUILD @@ -25,8 +25,6 @@ java_library( srcs = glob(["src/**/*.java"]), deps = [ "//lib:junit", - "//org.eclipse.jgit:jgit", - "//org.eclipse.jgit.junit:junit", "//org.eclipse.jgit.lfs:jgit-lfs", ], ) |