From b610d2dbfa445e2ed8fd7f9976ae7a776666d630 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 19 Jul 2017 15:14:29 +0530 Subject: Add seed code from Open-O It migrated the code from Open-O into onap namespace and adds the required framework, main, deployment and some sample plugins for msb. CLI-7 CLI-8 CLI-11 Change-Id: I499e34237daccb971ef74bd10e50f50707baa4d3 Signed-off-by: Kanagaraj Manickam k00365106 --- plugins/pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 plugins/pom.xml (limited to 'plugins/pom.xml') diff --git a/plugins/pom.xml b/plugins/pom.xml new file mode 100644 index 00000000..ecccc79e --- /dev/null +++ b/plugins/pom.xml @@ -0,0 +1,49 @@ + + + + + 4.0.0 + + + org.onap.cli + cli + 1.0.0-SNAPSHOT + + + cli-plugins + cli/plugins + pom + + + junit + junit + 4.11 + test + + + org.onap.cli + cli-framework + 1.0.0-SNAPSHOT + + + + common-service + + -- cgit 1.2.3-korg