Remove unnecessary dependency: Spring
This commit is contained in:
parent
fa95d578f5
commit
41e43697fd
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Apache Commons CLI for parsing command line arguments
|
// 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
|
// Testing
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
|
|
Loading…
Reference in a new issue