Skip to content

Commit 040121d

Browse files
authored
use eddsa-api plugin for eddsa library (#295)
1 parent db0ae6e commit 040121d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pom.xml

+13-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ THE SOFTWARE.
6060
<useBeta>true</useBeta>
6161
<changelist>999999-SNAPSHOT</changelist>
6262
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
63-
<jenkins.version>2.361.4</jenkins.version>
63+
<jenkins.version>2.426.3</jenkins.version>
6464
<no-test-jar>false</no-test-jar>
6565
<spotbugs.threshold>High</spotbugs.threshold> <!-- TODO some violations remaining -->
6666
</properties>
@@ -82,15 +82,20 @@ THE SOFTWARE.
8282
<dependencies>
8383
<dependency>
8484
<groupId>io.jenkins.tools.bom</groupId>
85-
<artifactId>bom-2.361.x</artifactId>
86-
<version>2102.v854b_fec19c92</version>
85+
<artifactId>bom-2.426.x</artifactId>
86+
<version>2555.v3190a_8a_c60c6</version>
8787
<scope>import</scope>
8888
<type>pom</type>
8989
</dependency>
9090
</dependencies>
9191
</dependencyManagement>
9292

9393
<dependencies>
94+
<dependency>
95+
<groupId>io.jenkins.plugins</groupId>
96+
<artifactId>eddsa-api</artifactId>
97+
<version>0.3.0-4.v84c6f0f4969e</version>
98+
</dependency>
9499
<dependency>
95100
<groupId>org.tmatesoft.svnkit</groupId>
96101
<artifactId>svnkit</artifactId>
@@ -104,6 +109,11 @@ THE SOFTWARE.
104109
<groupId>net.java.dev.jna</groupId>
105110
<artifactId>jna-platform</artifactId>
106111
</exclusion>
112+
<exclusion>
113+
<!-- Provided by eddsa-api plugin -->
114+
<groupId>net.i2p.crypto</groupId>
115+
<artifactId>eddsa</artifactId>
116+
</exclusion>
107117
</exclusions>
108118
</dependency>
109119
<dependency>

0 commit comments

Comments
 (0)