Skip to content

Commit

Permalink
Remove unused qbft core dependencies (hyperledger#8319)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Frame <[email protected]>
  • Loading branch information
jframe authored Feb 18, 2025
1 parent e8a4755 commit 0db6ebc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions consensus/qbft-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@ jar {
}

dependencies {
implementation project(':config')
implementation project(':consensus:common')
implementation project(':crypto:services')
implementation project(':datatypes')
implementation project(':ethereum:blockcreation')
implementation project(':ethereum:core')
implementation project(':ethereum:eth')
implementation project(':util')
implementation project(':ethereum:p2p')
implementation project(':ethereum:rlp')
implementation project(':evm')

implementation 'com.google.guava:guava'
implementation 'io.tmio:tuweni-bytes'
Expand Down Expand Up @@ -66,7 +62,9 @@ dependencies {
integrationTestImplementation project(':crypto:algorithms')
integrationTestImplementation project(path: ':crypto:services', configuration: 'testSupportArtifacts')
integrationTestImplementation project(path: ':consensus:common', configuration: 'testSupportArtifacts')
integrationTestImplementation project(':config')
integrationTestImplementation project(':consensus:qbft')
integrationTestImplementation project(':ethereum:eth')
integrationTestImplementation project(':evm')
integrationTestImplementation project(':metrics:core')
integrationTestImplementation project(':testutil')
Expand Down

0 comments on commit 0db6ebc

Please sign in to comment.