mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-26 05:26:45 +00:00
upgrade jcommander to 2.0
This commit is contained in:
parent
740c00d1ba
commit
484ef5f399
2 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ dependencies {
|
||||||
implementation('com.google.zxing:javase:3.4.0') {
|
implementation('com.google.zxing:javase:3.4.0') {
|
||||||
exclude group: 'com.beust', module: 'jcommander'
|
exclude group: 'com.beust', module: 'jcommander'
|
||||||
}
|
}
|
||||||
implementation('com.beust:jcommander:1.81')
|
implementation('org.jcommander:jcommander:2.0')
|
||||||
implementation('com.github.arteam:simple-json-rpc-core:1.3')
|
implementation('com.github.arteam:simple-json-rpc-core:1.3')
|
||||||
implementation('com.github.arteam:simple-json-rpc-client:1.3') {
|
implementation('com.github.arteam:simple-json-rpc-client:1.3') {
|
||||||
exclude group: 'com.github.arteam', module: 'simple-json-rpc-core'
|
exclude group: 'com.github.arteam', module: 'simple-json-rpc-core'
|
||||||
|
@ -661,7 +661,7 @@ extraJavaModuleInfo {
|
||||||
exports('io.matthewnelson.component.parcelize')
|
exports('io.matthewnelson.component.parcelize')
|
||||||
}
|
}
|
||||||
module('jnacl-1.0.0.jar', 'eu.neilalexander.jnacl', '1.0.0')
|
module('jnacl-1.0.0.jar', 'eu.neilalexander.jnacl', '1.0.0')
|
||||||
module('jcommander-1.81.jar', 'com.beust.jcommander', '1.81') {
|
module('jcommander-2.0.jar', 'org.jcommander', '2.0') {
|
||||||
exports('com.beust.jcommander')
|
exports('com.beust.jcommander')
|
||||||
}
|
}
|
||||||
module('jzlib-1.1.3.jar', 'com.jcraft.jzlib', '1.1.3') {
|
module('jzlib-1.1.3.jar', 'com.jcraft.jzlib', '1.1.3') {
|
||||||
|
|
|
@ -44,7 +44,7 @@ open module com.sparrowwallet.sparrow {
|
||||||
requires org.fxmisc.flowless;
|
requires org.fxmisc.flowless;
|
||||||
requires com.github.sarxos.webcam.capture;
|
requires com.github.sarxos.webcam.capture;
|
||||||
requires centerdevice.nsmenufx;
|
requires centerdevice.nsmenufx;
|
||||||
requires com.beust.jcommander;
|
requires org.jcommander;
|
||||||
requires jul.to.slf4j;
|
requires jul.to.slf4j;
|
||||||
requires net.sourceforge.javacsv;
|
requires net.sourceforge.javacsv;
|
||||||
requires com.nativelibs4java.bridj;
|
requires com.nativelibs4java.bridj;
|
||||||
|
|
Loading…
Reference in a new issue