Skip to content

Commit 0cffb33

Browse files
committed
Discard local repo for tweetnacl-java
1 parent f24d39d commit 0cffb33

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,10 @@
5454
<maven.compiler.target>1.9</maven.compiler.target>
5555
</properties>
5656

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-
57+
<!-- tweetnacl-java -->
6558
<dependencies>
6659
<dependency>
67-
<groupId>com.iwebpp.crypto</groupId>
60+
<groupId>org.purejava</groupId>
6861
<artifactId>tweetnacl-java</artifactId>
6962
<version>1.1.2</version>
7063
</dependency>

0 commit comments

Comments
 (0)