Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Added integration test deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rojotek committed Mar 7, 2019
1 parent 0e91045 commit 4e177af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions consensus/ibft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies {
integrationTestImplementation 'junit:junit'
integrationTestImplementation 'org.assertj:assertj-core'
integrationTestImplementation 'org.mockito:mockito-core'
integrationTestImplementation project(':testutil')

testImplementation 'junit:junit'
testImplementation 'org.awaitility:awaitility'
Expand Down
1 change: 1 addition & 0 deletions ethereum/jsonrpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dependencies {
integrationTestImplementation project(path: ':config', configuration: 'testSupportArtifacts')
integrationTestImplementation project(path: ':ethereum:core', configuration: 'testSupportArtifacts')
integrationTestImplementation project(':services:kvstore')
integrationTestImplementation project(':testutil')

integrationTestImplementation 'junit:junit'
integrationTestImplementation 'org.assertj:assertj-core'
Expand Down

0 comments on commit 4e177af

Please sign in to comment.