From 4390219da3662195edd44c8cc0003003fc13c864 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 13 Aug 2018 14:23:52 +0530 Subject: Add command profile project Issue-ID: VNFSDK-300 CLI-123 Change-Id: Ifba8cafd19c5ec75ba568cb30c5d3b4e96b23214 Signed-off-by: Kanagaraj Manickam k00365106 --- profiles/command/pom.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 profiles/command/pom.xml (limited to 'profiles') diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml new file mode 100644 index 00000000..4b0a07d3 --- /dev/null +++ b/profiles/command/pom.xml @@ -0,0 +1,67 @@ + + + + + + 4.0.0 + + org.onap.cli + cli-profiles + 2.0.2 + + + cli-profiles-command + cli/profiles/cmd + jar + + UTF-8 + + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + + org.onap.cli + cli-framework + ${project.version} + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + -- cgit 1.2.3-korg