Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.archive/BUILD')
-rw-r--r--org.eclipse.jgit.archive/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.archive/BUILD b/org.eclipse.jgit.archive/BUILD
index e15fcfacea..dfdbfdccba 100644
--- a/org.eclipse.jgit.archive/BUILD
+++ b/org.eclipse.jgit.archive/BUILD
@@ -9,8 +9,8 @@ java_library(
resource_strip_prefix = "org.eclipse.jgit.archive/resources",
resources = glob(["resources/**"]),
deps = [
+ "//lib:commons-compress",
# We want these deps to be provided_deps
"//org.eclipse.jgit:jgit",
- "@commons_compress//jar",
],
)

Back to the top