Skip to content

Commit

Permalink
move back into test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
roastario committed Jan 4, 2019
1 parent c507326 commit e98dbcc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 40 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ bintrayConfig {
'corda-finance', // maintained for backwards compatibility only
'corda-finance-workflows',
'corda-finance-contracts',
'corda-finance-test-contracts',
'corda-node',
'corda-node-api',
'corda-test-common',
Expand Down
37 changes: 0 additions & 37 deletions finance/test-contracts/build.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencies {
compile "com.palominolabs.metrics:metrics-new-relic:${metrics_new_relic_version}"

testCompile(project(':test-cli'))
testCompile(project(':finance:test-contracts'))
testCompile(project(':test-utils'))
}

tasks.withType(JavaCompile) {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ include 'confidential-identities'
include 'finance' // maintained for backwards compatibility only
include 'finance:contracts'
include 'finance:workflows'
include 'finance:test-contracts'
include 'isolated'
include 'core'
include 'docs'
Expand Down
1 change: 1 addition & 0 deletions testing/test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {

// OkHTTP: Simple HTTP library.
compile "com.squareup.okhttp3:okhttp:$okhttp_version"
compile project(':confidential-identities')
}

jar {
Expand Down

0 comments on commit e98dbcc

Please sign in to comment.