Increase the snake yaml version 71/26371/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 15 Dec 2017 11:08:37 +0000 (16:38 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 15 Dec 2017 11:08:37 +0000 (16:38 +0530)
Issue-ID: CLI-66

Change-Id: I129c6e5067d14fb28c8ee7c75dc7358562766c9b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
framework/pom.xml
framework/src/main/resources/open-cli.properties
main/src/main/java/org/onap/cli/main/OnapCli.java
pom.xml

index 5230bea..56c9681 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.17</version>
+            <version>1.18</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
index c879283..4971269 100644 (file)
@@ -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
index fc1a949..149fd95 100644 (file)
@@ -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 f3c2a67..207205f 100644 (file)
--- 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.
- --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ -->
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>