Skip to content

Commit

Permalink
add eddsa plugin (#148)
Browse files Browse the repository at this point in the history
Updates baseline, and re-aligns the bom
  • Loading branch information
jtnord authored May 29, 2024
1 parent 32057de commit b73cc72
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/trilead-api-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
<jenkins.version>2.426.3</jenkins.version>
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
</properties>

Expand All @@ -73,7 +73,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<artifactId>bom-2.426.x</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
<type>pom</type>
<scope>import</scope>
Expand All @@ -91,6 +91,11 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<!-- Provided by eddsa-api plugin -->
<exclusion>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -108,5 +113,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>eddsa-api</artifactId>
<version>0.3.0-4.v84c6f0f4969e</version>
</dependency>
</dependencies>
</project>

0 comments on commit b73cc72

Please sign in to comment.