Skip to content

Commit

Permalink
java,kotlin examples: remove unneeded direct bouncycastle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 3, 2024
1 parent be3c4e2 commit 45c830a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion secp256k1-examples-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
implementation project(':secp256k1-api')
implementation project(':secp256k1-bouncy')
implementation project(':secp256k1-foreign')
//implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
}

jar {
Expand Down
1 change: 0 additions & 1 deletion secp256k1-examples-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies {
implementation project(':secp256k1-api')
implementation project(':secp256k1-bouncy')
implementation project(':secp256k1-foreign')
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
}

application {
Expand Down

0 comments on commit 45c830a

Please sign in to comment.