Repository: mina-sshd Updated Branches: refs/heads/master f1a72670c -> a7f125519
Added eddsa artifact test dependency to sshd-cli for ed25519 support Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/a7f12551 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/a7f12551 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/a7f12551 Branch: refs/heads/master Commit: a7f1255197ece1c72c3dd5e7dfc85e3092959248 Parents: f1a7267 Author: Lyor Goldstein <[email protected]> Authored: Wed Apr 18 17:54:10 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Wed Apr 18 17:54:10 2018 +0300 ---------------------------------------------------------------------- sshd-cli/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/a7f12551/sshd-cli/pom.xml ---------------------------------------------------------------------- diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml index bd19a7e..a40dc54 100644 --- a/sshd-cli/pom.xml +++ b/sshd-cli/pom.xml @@ -85,6 +85,13 @@ <artifactId>jzlib</artifactId> <scope>test</scope> </dependency> + <!-- For ed25519 support --> + <dependency> + <groupId>net.i2p.crypto</groupId> + <artifactId>eddsa</artifactId> + <optional>true</optional> + <scope>test</scope> + </dependency> </dependencies> <build>
