mirror of
https://github.com/AppleCommander/bastools.git
synced 2025-01-14 12:33:55 +00:00
Fixing dependencies.
This commit is contained in:
parent
6eecf14289
commit
b34e7f0734
@ -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'
|
||||
}
|
||||
|
||||
|
@ -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')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user