Moved webserver to root project.

This commit is contained in:
Clinton Alexander
2017-03-30 17:34:32 +01:00
parent e3872c1469
commit da88a43e40
27 changed files with 17 additions and 17 deletions

View File

@ -37,7 +37,7 @@ dependencies {
// Corda integration dependencies
runtime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
runtime project(path: ":client:webserver:webcapsule", configuration: 'runtimeArtifacts')
runtime project(path: ":webserver:webcapsule", configuration: 'runtimeArtifacts')
compile project(':core')
compile project(':finance')
compile project(':test-utils')