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.
1 parent f24d39d commit 0cffb33Copy full SHA for 0cffb33
pom.xml
@@ -54,17 +54,10 @@
54
<maven.compiler.target>1.9</maven.compiler.target>
55
</properties>
56
57
- <!-- local repo for tweetnacl-java -->
58
- <repositories>
59
- <repository>
60
- <id>local-repo</id>
61
- <url>file://${basedir}/etc/repo</url>
62
- </repository>
63
- </repositories>
64
-
+ <!-- tweetnacl-java -->
65
<dependencies>
66
<dependency>
67
- <groupId>com.iwebpp.crypto</groupId>
+ <groupId>org.purejava</groupId>
68
<artifactId>tweetnacl-java</artifactId>
69
<version>1.1.2</version>
70
</dependency>
0 commit comments