Skip to content

Commit

Permalink
bcprov-jdk15on excluded from ethereum-workitem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginxo committed Aug 10, 2023
1 parent c382fd0 commit be95076
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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

0 comments on commit be95076

Please sign in to comment.