Skip to content

Commit

Permalink
Add missing bouncy castle library required by JSON-RPC HTTP TLS (#313)
Browse files Browse the repository at this point in the history
-- This jar is required by Tuweni API handling of known clients fingerprints at runtime.

Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored Jan 20, 2020
1 parent 7793a15 commit 6fdc96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethereum/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on'
implementation 'org.springframework.security:spring-security-crypto'

runtimeOnly 'org.bouncycastle:bcpkix-jdk15on'

testImplementation project(':config')
testImplementation project(path: ':config', configuration: 'testSupportArtifacts')
testImplementation project(path: ':ethereum:core', configuration: 'testArtifacts')
Expand Down
1 change: 1 addition & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencyManagement {

dependency 'org.awaitility:awaitility:4.0.1'

dependency 'org.bouncycastle:bcpkix-jdk15on:1.64'
dependency 'org.bouncycastle:bcprov-jdk15on:1.64'

dependency 'org.java-websocket:Java-WebSocket:1.4.0'
Expand Down

0 comments on commit 6fdc96a

Please sign in to comment.