Skip to content

Commit

Permalink
Removing non-existent dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermegps committed Mar 17, 2024
1 parent 5ffe0fd commit e052295
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nostr-java-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,5 @@
<artifactId>nostr-java-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nostr-java-secp256k1</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit e052295

Please sign in to comment.