summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-01-03 01:09:57 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-01-04 13:53:29 -0500
commitcdc88247b9aabade23db90dbc3541eda989957f4 (patch)
tree632884be621715d68d5f77033b23e1d6a5df00ee /lib
parent992980d8560613c60a966de64bf7217321e681b1 (diff)
downloadjgit-cdc88247b9aabade23db90dbc3541eda989957f4.tar.gz
jgit-cdc88247b9aabade23db90dbc3541eda989957f4.zip
Add com.jcraft.jzlib 1.1.1
com.jcraft.jsch requires com.jcraft.jzlib to provide optional zlib packet compression support. Add this library so that jgit can handle packet compression. CQ: 15292 Bug: 529129 Change-Id: I0297bd0488753547a5f5d47dbf0db508a79dd265 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 703e7befc6..d2622674e1 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -114,6 +114,15 @@ java_library(
)
java_library(
+ name = "jzlib",
+ visibility = [
+ "//org.eclipse.jgit:__pkg__",
+ "//org.eclipse.jgit.test:__pkg__",
+ ],
+ exports = ["@jzlib//jar"],
+)
+
+java_library(
name = "junit",
testonly = 1,
visibility = ["//visibility:public"],