From f36a22d2f984c605ca853b28c42521852ecf97d2 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 12 Mar 2018 17:04:25 +0530 Subject: CLI: Enable auth support Issue-ID: CLI-100 Change-Id: Iae4612992e2acf682c1c1f463b74771857bbec88 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-beijing/auth/pom.xml | 41 ++++++++++++++++++++++++++++++++++++++ products/onap-beijing/pom.xml | 1 + 2 files changed, 42 insertions(+) create mode 100644 products/onap-beijing/auth/pom.xml (limited to 'products/onap-beijing') diff --git a/products/onap-beijing/auth/pom.xml b/products/onap-beijing/auth/pom.xml new file mode 100644 index 00000000..80a1311a --- /dev/null +++ b/products/onap-beijing/auth/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-beijing + 2.0.0 + + + cli-products-onap-beijing-auth + cli/products/onap-beijing/auth + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-beijing/pom.xml b/products/onap-beijing/pom.xml index e17f0f8c..683ce17c 100644 --- a/products/onap-beijing/pom.xml +++ b/products/onap-beijing/pom.xml @@ -33,6 +33,7 @@ features + auth -- cgit 1.2.3-korg