From 6a6f6b4b3523028ab68a9d3d8b107db9902a9e89 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 17:08:50 +0530 Subject: CLI: SO service CLIs for beijing Issue-ID: CLI-100 Change-Id: Iac80e8dd82a678676cd5739b946a3cf3b8cbec5e Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/features/pom.xml | 1 + products/onap-beijing/features/so/pom.xml | 41 +++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 products/onap-beijing/features/so/pom.xml diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index a8237f49..d49f8b1d 100644 --- a/products/onap-beijing/features/pom.xml +++ b/products/onap-beijing/features/pom.xml @@ -34,6 +34,7 @@ aai msb + so sdc diff --git a/products/onap-beijing/features/so/pom.xml b/products/onap-beijing/features/so/pom.xml new file mode 100644 index 00000000..ef644561 --- /dev/null +++ b/products/onap-beijing/features/so/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-beijing-features + 2.0.0 + + + cli-products-onap-beijing-features-so + cli/products/onap-beijing/features/so + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + -- cgit 1.2.3-korg