From 9a7c3f58efc9a4fcff5052700457cf6f7565cf39 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 14 Nov 2017 11:50:31 +0530 Subject: Merges from 1.1.0 Issue-Id: CLI-66 Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6 Signed-off-by: Kanagaraj Manickam k00365106 --- validate/validation/pom.xml | 33 ++++++++++++++++++++-- .../onap/cli/moco/OnapCommandHttpMocoServer.java | 2 +- .../customer/customer-create-sample-1.1.yaml | 9 ------ .../customer/customer-create-sample-1.1.yaml | 9 ++++++ 4 files changed, 41 insertions(+), 12 deletions(-) delete mode 100644 validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml create mode 100644 validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml (limited to 'validate/validation') diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 8c204d87..cdbf43c2 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 1.0.0-SNAPSHOT + 2.0.0 cli-validation @@ -53,7 +53,36 @@ cli-plugins-sample ${project.version} - + + org.onap.cli + cli-plugins-onap-1.1-catalog + ${project.version} + + + org.onap.cli + cli-plugins-onap-1.1-auth + ${project.version} + + + org.onap.cli + cli-plugins-onap-1.1-features-so + ${project.version} + + + org.onap.cli + cli-plugins-onap-1.1-features-sdc + ${project.version} + + + org.onap.cli + cli-plugins-onap-1.1-features-msb + ${project.version} + + + org.onap.cli + cli-plugins-onap-1.1-features-aai + ${project.version} +