We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68a4d63 + e181349 commit 4132b91Copy full SHA for 4132b91
pom.xml
@@ -34,9 +34,9 @@
34
</dependency>
35
36
<dependency>
37
- <groupId>net.i2p.crypto</groupId>
38
- <artifactId>eddsa</artifactId>
39
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>net.vrallev.ecc</groupId>
+ <artifactId>ecc-25519-java</artifactId>
+ <version>1.0.1</version>
40
41
42
@@ -66,7 +66,7 @@
66
67
<groupId>javax.jmdns</groupId>
68
<artifactId>jmdns</artifactId>
69
- <version>3.4.2-SNAPSHOT</version>
+ <version>3.4.1</version>
70
71
72
</dependencies>
@@ -116,4 +116,4 @@
116
<url>https://github.com/beowulfe/hap-java</url>
117
</site>
118
</distributionManagement>
119
-</project>
+</project>
0 commit comments