From 3577852963671ddf59a0304d4a034f712b8ab708 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Mon, 12 Feb 2018 16:38:31 +0300 Subject: [PATCH] Fixing history output to the console (not working for now). --- numass-main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numass-main/build.gradle b/numass-main/build.gradle index 9fc91267..7d13fb93 100644 --- a/numass-main/build.gradle +++ b/numass-main/build.gradle @@ -35,7 +35,7 @@ dependencies { compile "hep.dataforge:dataforge-gui" // https://mvnrepository.com/artifact/org.ehcache/ehcache - compile group: 'org.ehcache', name: 'ehcache', version: '3.4.0' + //compile group: 'org.ehcache', name: 'ehcache', version: '3.4.0' }