From 71037c39a37d3549dcfe31926832a657744fbe05 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 26 Mar 2018 13:51:48 -0700 Subject: AT&T 2.0.19 Code drop, stage 3 Issue-ID: AAF-197 Change-Id: I8b02cb073ccba318ccaf6ea0276446bdce88fb82 Signed-off-by: Instrumental --- auth/auth-service/pom.xml | 144 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 auth/auth-service/pom.xml (limited to 'auth/auth-service/pom.xml') diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml new file mode 100644 index 00000000..33560e33 --- /dev/null +++ b/auth/auth-service/pom.xml @@ -0,0 +1,144 @@ + + + + 4.0.0 + + org.onap.aaf.auth + parent + 2.1.0-SNAPSHOT + ../pom.xml + + + aaf-auth-service + AAF Auth Service + Core API Component for AAF Auth + + + true + + + + + org.onap.aaf.auth + aaf-auth-client + + + + org.onap.aaf.auth + aaf-auth-core + + + + + org.onap.aaf.auth + aaf-auth-deforg + + + + org.onap.aaf.auth + aaf-auth-cass + + + + org.onap.aaf.auth + aaf-auth-oauth + + + + org.onap.aaf.misc + aaf-misc-rosetta + + + + org.onap.aaf.cadi + aaf-cadi-aaf + + + + org.eclipse.jetty + jetty-servlet + + + + org.slf4j + slf4j-log4j12 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + *.properties + + + 2.3.1 + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.codehaus.mojo + appassembler-maven-plugin + + + + org.onap.aaf.auth.service.AAF_Service + service + + cadi_prop_files=${project.conf_dir}/org.osaaf.service.props + + + + + + + + + + + + nexus + attarch-releases + http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + + + nexus + attarch-snapshots + http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots + + + -- cgit 1.2.3-korg