mirror of
https://github.com/corda/corda.git
synced 2025-06-22 00:57:21 +00:00
Moved webserver to root project.
This commit is contained in:
@ -14,7 +14,7 @@ dependencies {
|
||||
compile project(':finance')
|
||||
compile project(':core')
|
||||
compile project(':node')
|
||||
compile project(':client:webserver')
|
||||
compile project(':webserver')
|
||||
compile project(':verifier')
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
Reference in New Issue
Block a user