diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-03 02:32:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-03 02:32:16 +0100 |
commit | 13afcf75fe7367bf22254d1341a14254efb3c02c (patch) | |
tree | 3d6af27d4c6bd41c6183980367aa1767dec394c4 /lib | |
parent | 8ed9e489e07c29569f8a94402b9b9cbf8fc4cf57 (diff) | |
parent | f4d7c911fd28e89ed9ef9e63b7313d225cb6c740 (diff) | |
download | jgit-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/BUILD | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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", ], ) |