Skip to content

Commit

Permalink
Merge pull request #465 from jtnord/do-not-bundle-eddsa
Browse files Browse the repository at this point in the history
Do not bundle eddsa library
  • Loading branch information
jtnord committed May 30, 2024
2 parents 7dcd6a3 + b606bd3 commit 6969b7c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@
<artifactId>opencensus-api</artifactId>
<version>0.31.1</version>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
</dependency>
<!-- gcp-client (abandoned?) actually depends on these libraries in _compile_ scope, so they must be bundled in the plugin. -->
<!-- See https://github.com/GoogleCloudPlatform/gcp-plugin-core-java/blob/cce07995cf7f060e71bf11da37d7a1f976ea84ef/gcp-client/src/main/java/com/google/cloud/graphite/platforms/plugin/client/ComputeClient.java#L665 -->
<dependency>
Expand Down Expand Up @@ -246,14 +241,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>trilead-api</artifactId>
<!-- TODO remove when upgrading BOM -->
<version>2.84.v72119de229b_7</version>
<exclusions>
<exclusion>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 6969b7c

Please sign in to comment.