HDDS-1645. Change the version of Pico CLI to the latest 3.x release - 3.9.6
Closes #909
This commit is contained in:
parent
0976392502
commit
36757ad6a9
@ -239,7 +239,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>info.picocli</groupId>
|
<groupId>info.picocli</groupId>
|
||||||
<artifactId>picocli</artifactId>
|
<artifactId>picocli</artifactId>
|
||||||
<version>3.5.2</version>
|
<version>3.9.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.protobuf</groupId>
|
<groupId>com.google.protobuf</groupId>
|
||||||
|
@ -631,7 +631,8 @@ public class TestOzoneShell {
|
|||||||
err.reset();
|
err.reset();
|
||||||
args = new String[] {"volume", "list", url + "/", "--user",
|
args = new String[] {"volume", "list", url + "/", "--user",
|
||||||
user2, "--length", "invalid-length"};
|
user2, "--length", "invalid-length"};
|
||||||
executeWithError(shell, args, "For input string: \"invalid-length\"");
|
executeWithError(shell, args, "Invalid value for option " +
|
||||||
|
"'--length': 'invalid-length' is not an int");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user