Temporary workaround until new EdDSA artifact released
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/303501b2 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/303501b2 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/303501b2 Branch: refs/heads/eddsa Commit: 303501b2d3a43be9424b475c31b439e5933b311e Parents: 9043b60 Author: Lyor Goldstein <lyor.goldst...@gmail.com> Authored: Tue Mar 21 06:33:01 2017 +0200 Committer: Lyor Goldstein <lyor.goldst...@gmail.com> Committed: Tue Mar 21 06:50:59 2017 +0200 ---------------------------------------------------------------------- pom.xml | 4 +++- src/eddsa-0.2.0-SNAPSHOT-sources.jar | Bin 0 -> 50453 bytes src/eddsa-0.2.0-SNAPSHOT.jar | Bin 0 -> 61529 bytes 3 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/303501b2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 06ec711..0b0a4c1 100644 --- a/pom.xml +++ b/pom.xml @@ -202,7 +202,9 @@ <dependency> <groupId>net.i2p.crypto</groupId> <artifactId>eddsa</artifactId> - <version>0.1.1</version> + <version>0.2.0-SNAPSHOT</version> + <scope>system</scope> + <systemPath>${projectRoot}${file.separator}src${file.separator}eddsa-0.2.0-SNAPSHOT.jar</systemPath> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/303501b2/src/eddsa-0.2.0-SNAPSHOT-sources.jar ---------------------------------------------------------------------- diff --git a/src/eddsa-0.2.0-SNAPSHOT-sources.jar b/src/eddsa-0.2.0-SNAPSHOT-sources.jar new file mode 100644 index 0000000..0136af5 Binary files /dev/null and b/src/eddsa-0.2.0-SNAPSHOT-sources.jar differ http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/303501b2/src/eddsa-0.2.0-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/src/eddsa-0.2.0-SNAPSHOT.jar b/src/eddsa-0.2.0-SNAPSHOT.jar new file mode 100644 index 0000000..ab1b310 Binary files /dev/null and b/src/eddsa-0.2.0-SNAPSHOT.jar differ