Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed May 10, 2024
1 parent 9711880 commit c784cf2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,16 @@
<!-- <version>4.7.1-rc3538.374a_a_a_b_91b_a_b_</version>-->
</dependency>
<!-- this could be optional? -->
<!-- <dependency>-->
<!-- <groupId>net.i2p.crypto</groupId>-->
<!-- <artifactId>eddsa</artifactId>-->
<!-- <version>0.3.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
Expand Down

0 comments on commit c784cf2

Please sign in to comment.