From f163e5a10e1295661ef2d9448e472c72fa666927 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 17:02:28 +0530 Subject: CLI: MSB service CLIs for beijing Issue-ID: CLI-100 Change-Id: Icef487e9daa698a0c7023f711e3c1b1d612b7959 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/features/msb/pom.xml | 41 ++++++++++++++++++++++++++++++ products/onap-beijing/features/pom.xml | 1 + 2 files changed, 42 insertions(+) create mode 100644 products/onap-beijing/features/msb/pom.xml (limited to 'products/onap-beijing/features') diff --git a/products/onap-beijing/features/msb/pom.xml b/products/onap-beijing/features/msb/pom.xml new file mode 100644 index 00000000..a6b6fc39 --- /dev/null +++ b/products/onap-beijing/features/msb/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-msb + cli/products/onap-beijing/features/msb + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-beijing/features/pom.xml b/products/onap-beijing/features/pom.xml index 856d0f91..869b6b4e 100644 --- a/products/onap-beijing/features/pom.xml +++ b/products/onap-beijing/features/pom.xml @@ -33,6 +33,7 @@ aai + msb -- cgit 1.2.3-korg