Skip to content

Commit

Permalink
org.bouncycastle.bcp.*-jdk15on to org.bouncycastle.bcp.*-jdk15to18 (#288
Browse files Browse the repository at this point in the history
) (#289)

* org.bouncycastle.bcp.*-jdk15on to org.bouncycastle.bcp.*-jdk15to18

* bcprov-jdk15on excluded from ethereum-workitem

* bcprov-jdk15on excluded from docker-workitem

* bcpkix-jdk15on excluded from docker-workitem

* org.bouncycastle:bcprov-jdk15to18 added to etherum-workitem

Co-authored-by: Enrique Mingorance Cano <emingora@redhat.com>
  • Loading branch information
github-actions[bot] and Ginxo committed Aug 15, 2023
1 parent e77dc63 commit a8968ea
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docker-workitem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
12 changes: 12 additions & 0 deletions ethereum-workitem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<groupId>org.web3j</groupId>
<artifactId>utils</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down Expand Up @@ -134,6 +140,12 @@
<artifactId>template-resources</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pdf-workitem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<!-- needed for itext optional depends -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,12 @@

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>${version.bouncycastle}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>${version.bouncycastle}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit a8968ea

Please sign in to comment.