mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
CORDA-3024 Rename the webserver (#5489)
This commit is contained in:
committed by
Shams Asari
parent
f945e57c17
commit
298d8ba69c
@ -40,7 +40,7 @@ dependencies {
|
||||
compile project(':core')
|
||||
compile project(':client:jfx')
|
||||
compile project(':node-driver')
|
||||
compile project(':webserver')
|
||||
compile project(':testing:testserver')
|
||||
|
||||
testCompile project(':test-utils')
|
||||
|
||||
@ -51,7 +51,7 @@ dependencies {
|
||||
}
|
||||
|
||||
cordaRuntime project(path: ":node:capsule", configuration: 'runtimeArtifacts')
|
||||
cordaRuntime project(path: ":webserver:webcapsule", configuration: 'runtimeArtifacts')
|
||||
cordaRuntime project(path: ":testing:testserver:testcapsule:", configuration: 'runtimeArtifacts')
|
||||
|
||||
// CorDapps: dependent flows and services
|
||||
compile project(':finance:contracts')
|
||||
|
Reference in New Issue
Block a user