From cac96d81bfd0826789db8d0852c5d5dc44301ea2 Mon Sep 17 00:00:00 2001 From: Christian Sailer Date: Thu, 30 Jan 2020 10:48:00 +0000 Subject: [PATCH] Remove unused dependency on IntelliJ forms --- node/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/node/build.gradle b/node/build.gradle index 975a23b10d..9525918ec1 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -135,10 +135,6 @@ dependencies { // Manifests: for reading stuff from the manifest file compile "com.jcabi:jcabi-manifests:$jcabi_manifests_version" - compile("com.intellij:forms_rt:7.0.3") { - exclude group: "asm" - } - // Coda Hale's Metrics: for monitoring of key statistics compile "io.dropwizard.metrics:metrics-jmx:$metrics_version"