From 23f5e779e6ad3bf91f55eb97cf091605b1f499d4 Mon Sep 17 00:00:00 2001 From: juanf <juanf@ethz.ch> Date: Mon, 12 Jun 2023 19:41:24 +0200 Subject: [PATCH] core-plugin-openbis/clients.gradle --- core-plugin-openbis/clients.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-plugin-openbis/clients.gradle b/core-plugin-openbis/clients.gradle index 2ae7d799f93..bc5055a0696 100644 --- a/core-plugin-openbis/clients.gradle +++ b/core-plugin-openbis/clients.gradle @@ -1,7 +1,7 @@ configurations.create('webStartJars') configurations.create('appbundler') dependencies { - webStartJars project(':lib-base'), + webStartJars 'sis:sis-base:18.09.0', 'cisd:cisd-args4j:9.11.2', 'cglib:cglib-nodep:2.2', 'jline:jline:0.9.94', -- GitLab