Fixing dependencies.

This commit is contained in:
Rob Greene 2018-05-29 21:06:16 -05:00
parent 6eecf14289
commit b34e7f0734
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ apply plugin: 'maven'
apply plugin: 'signing'
dependencies {
compile group: 'net.sf.applecommander', name: 'applesingle-api', version:'1.1.0'
testImplementation 'junit:junit:4.12'
}

View File

@ -21,5 +21,6 @@ bootJar {
dependencies {
compile 'info.picocli:picocli:3.0.2'
compile 'net.sf.applecommander:applesingle-api:1.1.0'
compile project(':bastokenizer-api')
}