From a20accc73189d8e5454cd26049c0e6fae75da16f Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 26 Mar 2018 13:49:56 -0700 Subject: AT&T 2.0.19 Code drop, stage 2 Issue-ID: AAF-197 Change-Id: Ifc93308f52c10d6ad82e99cd3ff5ddb900bf219a Signed-off-by: Instrumental --- cadi/oauth-enduser/pom.xml | 112 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 cadi/oauth-enduser/pom.xml (limited to 'cadi/oauth-enduser/pom.xml') diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml new file mode 100644 index 00000000..2423c530 --- /dev/null +++ b/cadi/oauth-enduser/pom.xml @@ -0,0 +1,112 @@ + + + + 4.0.0 + AAF CADI Sample OAuth EndUser + org.onap.aaf.cadi + 1.5.0-SNAPSHOT + aaf-cadi-oauth-enduser + + jar + + + + Jonathan Gathman + jonathan.gathman@att.com + ATT + + Architect + Lead Developer + + + + Gabe Maurer + gabe.maurer@att.com + ATT + + Developer + + + + Ian Howell + ian.howell@att.com + ATT + + Developer + + + + + + + org.onap.aaf.cadi + aaf-cadi-core + 1.5.0-SNAPSHOT + + + org.onap.aaf.cadi + aaf-cadi-aaf + 1.5.0-SNAPSHOT + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + 2.4 + maven-jar-plugin + + target + + + + maven-assembly-plugin + 2.4 + + + + org.onap.aaf.cadi.enduser.OAuthExample + + + + src/main/assemble/cadi-oauth-enduser-assemble.xml + + + + + + + + -- cgit 1.2.3-korg