[HUDI-522] Use the same version jcommander uniformly (#1214)
This commit is contained in:
committed by
vinoth chandar
parent
017ee8e661
commit
d9675c4ec0
@@ -126,7 +126,6 @@
|
||||
<dependency>
|
||||
<groupId>com.beust</groupId>
|
||||
<artifactId>jcommander</artifactId>
|
||||
<version>1.48</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ public class HoodieClientExample {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
HoodieClientExample cli = new HoodieClientExample();
|
||||
JCommander cmd = new JCommander(cli, args);
|
||||
JCommander cmd = new JCommander(cli, null, args);
|
||||
|
||||
if (cli.help) {
|
||||
cmd.usage();
|
||||
|
||||
Reference in New Issue
Block a user