Skip to content

Commit

Permalink
Revert "Remove bcprov from Maven Central from target platform"
Browse files Browse the repository at this point in the history
This reverts commit f503ae1.
  • Loading branch information
mickaelistria committed Sep 30, 2022
1 parent aef7d2d commit 59924ad
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
<unit id="javax.xml" version="1.4.1.v20220503-2331"/>

<!-- PGP - See bug 570907 -->
<!-- Currently sticking to Orbit as we cannot consume bcprov direct from Maven because of IP
issues, see https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/3008#note_1020135 -->
<!-- Currently sticking to Orbit as upstream is jarsigned by a not rooted cert -->
<!-- We may remove it and use upstream from Central when we can have PGP signture
used for trust despite the jarsignature -->
<unit id="org.bouncycastle.bcpg" version="1.71.0.v20220723-1943"/>
<unit id="org.bouncycastle.bcprov" version="1.71.0.v20220723-1943"/>

Expand Down Expand Up @@ -227,6 +228,16 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.71</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.71</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 59924ad

Please sign in to comment.