From 66df4a12180627d72f78e7e4cb830d38f5744baf Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Mon, 11 Jan 2021 09:43:47 +0100 Subject: [PATCH] Update on JFReeChart for ttool cli --- ttool-cli/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ttool-cli/build.gradle b/ttool-cli/build.gradle index d2153f8a27..761ba17f79 100644 --- a/ttool-cli/build.gradle +++ b/ttool-cli/build.gradle @@ -49,6 +49,8 @@ dependencies { compile name: 'jgrapht-io-1.3.0' compile name: 'jgraphx-3.4.1.3' + compile name: 'jfreechart-1.6.0' + // Use JUnit test framework testCompile 'junit:junit:4.12' testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3' -- GitLab