Remove unnecessary dependency: Spring

This commit is contained in:
Paul Schaub 2018-11-15 22:37:19 +01:00
parent fa95d578f5
commit 41e43697fd
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 2 deletions

View File

@ -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'