Skip to content

Commit 6969b7c

Browse files
authored
Merge pull request #465 from jtnord/do-not-bundle-eddsa
Do not bundle eddsa library
2 parents 7dcd6a3 + b606bd3 commit 6969b7c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

-13
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
<artifactId>opencensus-api</artifactId>
193193
<version>0.31.1</version>
194194
</dependency>
195-
<dependency>
196-
<groupId>net.i2p.crypto</groupId>
197-
<artifactId>eddsa</artifactId>
198-
<version>0.3.0</version>
199-
</dependency>
200195
<!-- gcp-client (abandoned?) actually depends on these libraries in _compile_ scope, so they must be bundled in the plugin. -->
201196
<!-- 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 -->
202197
<dependency>
@@ -246,14 +241,6 @@
246241
<dependency>
247242
<groupId>org.jenkins-ci.plugins</groupId>
248243
<artifactId>trilead-api</artifactId>
249-
<!-- TODO remove when upgrading BOM -->
250-
<version>2.84.v72119de229b_7</version>
251-
<exclusions>
252-
<exclusion>
253-
<groupId>net.i2p.crypto</groupId>
254-
<artifactId>eddsa</artifactId>
255-
</exclusion>
256-
</exclusions>
257244
</dependency>
258245
<dependency>
259246
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)