summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:05 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:16 +0100
commit13afcf75fe7367bf22254d1341a14254efb3c02c (patch)
tree3d6af27d4c6bd41c6183980367aa1767dec394c4 /lib
parent8ed9e489e07c29569f8a94402b9b9cbf8fc4cf57 (diff)
parentf4d7c911fd28e89ed9ef9e63b7313d225cb6c740 (diff)
downloadjgit-13afcf75fe7367bf22254d1341a14254efb3c02c.tar.gz
jgit-13afcf75fe7367bf22254d1341a14254efb3c02c.zip
Merge branch 'stable-5.2'
* stable-5.2: Format lib/BUILD with buildifier Update Orbit to S20181128170323 for 2018-12 RC1 Include id_ed25519 in the known default identity files Apache MINA sshd client: enable support for ed25519 keys Prepare 5.2.0-SNAPSHOT builds Set git environment variables for hooks JGit v5.2.0.201811281532-m3 Change-Id: If96adcbf35ccf8d9f4da0f5d97491f502f5a72a9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 4803466eca..0c5c224262 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -28,6 +28,15 @@ java_library(
)
java_library(
+ name = "eddsa",
+ visibility = [
+ "//org.eclipse.jgit.ssh.apache:__pkg__",
+ "//org.eclipse.jgit.ssh.apache.test:__pkg__",
+ ],
+ exports = ["@eddsa//jar"],
+)
+
+java_library(
name = "gson",
visibility = [
"//org.eclipse.jgit.lfs:__pkg__",
@@ -163,9 +172,9 @@ java_library(
testonly = 1,
visibility = ["//visibility:public"],
exports = [
- "@mockito//jar",
"@byte_buddy//jar",
"@byte_buddy_agent//jar",
+ "@mockito//jar",
"@objenesis//jar",
],
)