Skip to content

Commit 7e5bbbd

Browse files
authored
refactor(config): extract CLIParameter and restructure Args init flow (tronprotocol#6569)
1 parent 3fc3b53 commit 7e5bbbd

File tree

21 files changed

+804
-882
lines changed

21 files changed

+804
-882
lines changed

common/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies {
1212
api "com.cedarsoftware:java-util:3.2.0"
1313
api group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
1414
api group: 'commons-codec', name: 'commons-codec', version: '1.11'
15-
api group: 'com.beust', name: 'jcommander', version: '1.78'
1615
api group: 'com.typesafe', name: 'config', version: '1.3.2'
1716
api group: 'io.prometheus', name: 'simpleclient', version: '0.15.0'
1817
api group: 'io.prometheus', name: 'simpleclient_httpserver', version: '0.15.0'

0 commit comments

Comments
 (0)