summaryrefslogtreecommitdiffstats
path: root/lib/BUILD
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-12 12:02:59 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-08-12 14:35:06 +0200
commit4d46a68abee7a59bba7c5d85b5ad90206bc1d757 (patch)
tree98275dfbf38389bfd76bf24b9a84b9bc79c669f0 /lib/BUILD
parent6ef225c5191f0e0c7ffc621843528568455d72a1 (diff)
downloadjgit-4d46a68abee7a59bba7c5d85b5ad90206bc1d757.tar.gz
jgit-4d46a68abee7a59bba7c5d85b5ad90206bc1d757.zip
Update orbit to R20190602212107-2019-06 to enable backports from master
update - org.apache.httpcomponents.httpclient to 4.5.6.v20190503-0009 - org.apache.httpcomponents.httpcore to 4.4.10.v20190123-2214 - com.jcraft.jsch" version to 0.1.55.v20190404-1902 - org.mockito to 2.23.0.v20190527-1420 add its dependencies - net.bytebuddy.byte-buddy 1.9.0.v20181107-1410 - net.bytebuddy.byte-buddy-agent 1.9.0.v20181106-1534 - org.objenesis to 2.6.0.v20180420-1519 CQ: 18303 (objenesis) CQ: 18703 (httpclient) CQ: 18704 (httpcore) CQ: 19588 (jsch) CQ: 20214 (mockito) CQ: 20215 (butebuddy) CQ: 20216 (bytebuddy-agent) Change-Id: I8d76375de867e32b7818449f843b7c053a717b5e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'lib/BUILD')
-rw-r--r--lib/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index b188265a8a..1b6f1d772b 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -132,9 +132,13 @@ java_library(
testonly = 1,
visibility = ["//visibility:public"],
exports = [
+ "@bytebuddy//jar",
+ "@bytebuddy-agent//jar",
"@hamcrest-core//jar",
"@hamcrest-library//jar",
"@junit//jar",
+ "@mockito-core//jar",
+ "@objenesis//jar"
],
)