mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Moved webserver to root project.
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user