mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Add slf4j api so that acceptance tests work with using acctests.runBesuAsProcess = false (#5145)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -32,6 +32,8 @@ sourceSets.main.solidity.srcDirs = ["$projectDir/contracts"]
|
||||
solidity { resolvePackages = false }
|
||||
|
||||
dependencies {
|
||||
api 'org.slf4j:slf4j-api'
|
||||
|
||||
implementation project(':crypto')
|
||||
|
||||
testImplementation project(':acceptance-tests:dsl')
|
||||
|
||||
Reference in New Issue
Block a user