Skip to content

Commit

Permalink
Add more subprojects to BOM (hyperledger#7859)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Nov 6, 2024
1 parent a585f1f commit 4099b3b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ dependencies {
api project(':acceptance-tests:dsl')
api project(':besu')
api project(':config')
api project(':consensus:clique')
api project(':consensus:common')
api project(':consensus:ibft')
api project(':consensus:merge')
api project(':consensus:qbft')
api project(':crypto:algorithms')
api project(':crypto:services')
api project(':datatypes')
api project(':ethereum:api')
api project(':ethereum:blockcreation')
api project(':ethereum:core')
Expand All @@ -53,9 +59,12 @@ dependencies {
api project(':ethereum:permissioning')
api project(':ethereum:referencetests')
api project(':ethereum:rlp')
api project(':ethereum:trie')
api project(':evm')
api project(':datatypes')
api project(':metrics:core')
api project(':plugin-api')
api project(':testutil')
api project(':util')

api 'com.github.ben-manes.caffeine:caffeine:3.1.8'

Expand Down

0 comments on commit 4099b3b

Please sign in to comment.