aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.archive/BUILD')
-rw-r--r--org.eclipse.jgit.archive/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.archive/BUILD b/org.eclipse.jgit.archive/BUILD
index 3d7dbd21f1..d4f53405d7 100644
--- a/org.eclipse.jgit.archive/BUILD
+++ b/org.eclipse.jgit.archive/BUILD
@@ -12,6 +12,7 @@ java_library(
resources = glob(["resources/**"]),
deps = [
"//lib:commons-compress",
+ "//lib:commons-lang3",
# We want these deps to be provided_deps
"//org.eclipse.jgit:jgit",
],