@ -30,7 +30,7 @@ jar {
dependencies {
dependencies {
implementation project ( ':config' )
implementation project ( ':config' )
implementation project ( ':consensus:common' )
implementation project ( ':consensus:common' )
implementation project ( ':crypto' )
implementation project ( ':crypto:services ' )
implementation project ( ':datatypes' )
implementation project ( ':datatypes' )
implementation project ( ':ethereum:api' )
implementation project ( ':ethereum:api' )
implementation project ( ':ethereum:blockcreation' )
implementation project ( ':ethereum:blockcreation' )
@ -52,13 +52,13 @@ dependencies {
integrationTestImplementation project ( path: ':config' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':config' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':ethereum:core' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':ethereum:core' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':crypto' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':crypto:services ' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':config' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':config' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':consensus:common' , configuration: 'testArtifacts' )
testImplementation project ( path: ':consensus:common' , configuration: 'testArtifacts' )
testImplementation project ( path: ':consensus:common' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':consensus:common' , configuration: 'testSupportArtifacts' )
testImplementation project ( ':ethereum:core' )
testImplementation project ( ':ethereum:core' )
testImplementation project ( path: ':ethereum:core' , configuration: 'testSupportArtifacts' )
testImplementation project ( path: ':ethereum:core' , configuration: 'testSupportArtifacts' )
testImplementation project ( ':crypto' )
testImplementation project ( ':crypto:algorithms ' )
testImplementation project ( ':evm' )
testImplementation project ( ':evm' )
testImplementation project ( ':metrics:core' )
testImplementation project ( ':metrics:core' )
testImplementation project ( ':testutil' )
testImplementation project ( ':testutil' )
@ -71,8 +71,8 @@ dependencies {
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
integrationTestImplementation project ( ':crypto' )
integrationTestImplementation project ( ':crypto:algorithms ' )
integrationTestImplementation project ( path: ':crypto' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':crypto:services ' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':consensus:common' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( path: ':consensus:common' , configuration: 'testSupportArtifacts' )
integrationTestImplementation project ( ':evm' )
integrationTestImplementation project ( ':evm' )
integrationTestImplementation project ( ':metrics:core' )
integrationTestImplementation project ( ':metrics:core' )