From b9ed001358128f7f209ab95fd21c089115e830ad Mon Sep 17 00:00:00 2001 From: Stefano Franz Date: Fri, 8 Jun 2018 14:20:21 +0100 Subject: [PATCH] remove runtime dependency on launcher for node as the capsule launching process is still used if not running from official distribution --- node/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/node/build.gradle b/node/build.gradle index d3aea6fe0f..58ecae4054 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -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"