mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Bank of corda demo now uses the correct runtime artifacts dependency.
This commit is contained in:
parent
b43d940297
commit
57975c6e91
@ -45,7 +45,7 @@ dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
|
||||
// Corda integration dependencies
|
||||
runtime project(path: ":node", configuration: 'runtimeArtifacts')
|
||||
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
|
||||
compile project(':core')
|
||||
compile project(':client')
|
||||
compile project(':node')
|
||||
|
Loading…
x
Reference in New Issue
Block a user