From 41e43697fd35a7dfc32c0efd1be8a44e60468b6b Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 15 Nov 2018 22:37:19 +0100 Subject: [PATCH] Remove unnecessary dependency: Spring --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b8d807d..1fde063 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,7 @@ repositories { dependencies { // Apache Commons CLI for parsing command line arguments - compile 'commons-cli:commons-cli:1.5-SNAPSHOT' - + implementation 'commons-cli:commons-cli:1.5-SNAPSHOT' // Testing testCompile group: 'junit', name: 'junit', version: '4.12'