Merge pull request #960 from roastario/remove_launcher_as_runtime_from_node

Remove launcher as runtime dependency from node
This commit is contained in:
Stefano Franz 2018-06-08 15:45:02 +01:00 committed by GitHub
commit 68e1d281bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"