remove runtime dependency on launcher for node as the capsule launching process is still used if not running from official distribution

This commit is contained in:
Stefano Franz 2018-06-08 14:20:21 +01:00
parent 443277ef60
commit b9ed001358

View File

@ -71,7 +71,6 @@ dependencies {
compile project(":confidential-identities")
compile project(':client:rpc')
compile project(':tools:shell')
runtime project(':launcher')
compile "net.corda.plugins:cordform-common:$gradle_plugins_version"