From 8cf80f61591cfeb75dc90efb5097c5561cae55a1 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 30 Aug 2018 17:34:13 +0530 Subject: Casablanca: Add Auth plugin Issue-ID: CLI-122 Change-Id: Id088b4faa2030f4a46357d3135a2b8787edf1930 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-casablanca/auth/pom.xml | 41 +++++++++++++++++++++++++++++++++++ products/onap-casablanca/pom.xml | 4 +++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 products/onap-casablanca/auth/pom.xml diff --git a/products/onap-casablanca/auth/pom.xml b/products/onap-casablanca/auth/pom.xml new file mode 100644 index 00000000..0c97638b --- /dev/null +++ b/products/onap-casablanca/auth/pom.xml @@ -0,0 +1,41 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-casablanca + 2.0.3 + + + cli-products-onap-casablanca-auth + cli/products/onap-casablanca/auth + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index de003b5d..5682f697 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -31,7 +31,9 @@ cli/products/onap-casablanca pom - + + auth + -- cgit 1.2.3-korg