From b62e343f9338ed662805c2bee1772082ef4631ff Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 27 Mar 2018 11:42:46 +0530 Subject: Add policy feature in onap beijing products Issue-ID: CLI-78 Change-Id: I72578476f2af641dd7324c9e60b929c5b564d770 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/features/policy/pom.xml | 41 +++++++++++++++++++++++++++ products/onap-beijing/features/pom.xml | 1 + 2 files changed, 42 insertions(+) create mode 100644 products/onap-beijing/features/policy/pom.xml (limited to 'products/onap-beijing/features') diff --git a/products/onap-beijing/features/policy/pom.xml b/products/onap-beijing/features/policy/pom.xml new file mode 100644 index 00000000..1bc21aca --- /dev/null +++ b/products/onap-beijing/features/policy/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-policy + cli/products/onap-beijing/features/policy + 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 d49f8b1d..313b7429 100644 --- a/products/onap-beijing/features/pom.xml +++ b/products/onap-beijing/features/pom.xml @@ -36,6 +36,7 @@ msb so sdc + policy -- cgit 1.2.3-korg