From: Kanagaraj Manickam k00365106 Date: Fri, 15 Dec 2017 11:08:37 +0000 (+0530) Subject: Increase the snake yaml version X-Git-Tag: v2.0.0~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F26371%2F1;p=cli.git Increase the snake yaml version Issue-ID: CLI-66 Change-Id: I129c6e5067d14fb28c8ee7c75dc7358562766c9b Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/framework/pom.xml b/framework/pom.xml index 5230beae..56c9681f 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -34,7 +34,7 @@ org.yaml snakeyaml - 1.17 + 1.18 org.slf4j diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index c8792835..4971269f 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -19,7 +19,7 @@ cli.schema.boolean_values=true,false cli.command.type=cmd,auth,catalog # moco properties -cli.sample.gen.enable=true +cli.sample.gen.enable=false cli.sample.gen.target=. # mrkanag Move this to db, once exteranl command registration is supported in place of discovery diff --git a/main/src/main/java/org/onap/cli/main/OnapCli.java b/main/src/main/java/org/onap/cli/main/OnapCli.java index fc1a949c..149fd955 100644 --- a/main/src/main/java/org/onap/cli/main/OnapCli.java +++ b/main/src/main/java/org/onap/cli/main/OnapCli.java @@ -70,7 +70,7 @@ public class OnapCli { this.exitCode = OnapCliConstants.EXIT_FAILURE; } - private void print(String msg) { + protected void print(String msg) { System.out.println(msg); } diff --git a/pom.xml b/pom.xml index f3c2a672..207205f4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> + --> + 4.0.0