From: Kanagaraj Manickam k00365106 Date: Mon, 12 Mar 2018 11:34:25 +0000 (+0530) Subject: CLI: Enable auth support X-Git-Tag: v2.0.2~307 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f36a22d2f984c605ca853b28c42521852ecf97d2;p=cli.git CLI: Enable auth support Issue-ID: CLI-100 Change-Id: Iae4612992e2acf682c1c1f463b74771857bbec88 Signed-off-by: Kanagaraj Manickam k00365106 --- 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