Renamec capsule module to corda.

This commit is contained in:
Clinton Alexander
2016-12-06 13:34:04 +00:00
parent b24c628e34
commit 1463cd2b37
13 changed files with 30 additions and 25 deletions

View File

@ -45,7 +45,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
// Corda integration dependencies
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
runtime project(path: ":node:corda", configuration: 'runtimeArtifacts')
compile project(':core')
compile project(':client')
compile project(':node')