remove unused dependencies from qbft (#7915)

Signed-off-by: Jason Frame <jason.frame@consensys.net>
This commit is contained in:
Jason Frame
2024-11-25 16:28:05 +10:00
committed by GitHub
parent 40648511cb
commit a0fa599f95

View File

@@ -40,8 +40,6 @@ dependencies {
implementation project(':ethereum:p2p')
implementation project(':ethereum:rlp')
implementation project(':evm')
implementation project(':pki')
implementation project(':services:kvstore')
implementation 'com.google.guava:guava'
implementation 'io.vertx:vertx-core'