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/pom.xml | 463 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 463 insertions(+) create mode 100644 auth/pom.xml (limited to 'auth/pom.xml') diff --git a/auth/pom.xml b/auth/pom.xml new file mode 100644 index 00000000..d024e110 --- /dev/null +++ b/auth/pom.xml @@ -0,0 +1,463 @@ + + + + + 4.0.0 + org.onap.aaf.auth + parent + 2.1.0-SNAPSHOT + AAF Auth Parent + pom + + UTF-8 + true + 2.10-SNAPSHOT + 1.3.0-SNAPSHOT + 1.5.0-SNAPSHOT + + 9.4.8.v20171121 + 1.5.1 + /opt/app/osaaf/etc + + + + + 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.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + ${skipTests} + + **/JU*.java + + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.17 + + true + + + + integration-test + + integration-test + verify + + + + + + + + org.codehaus.mojo + appassembler-maven-plugin + 1.10 + + + + assemble + + install + + + + + ../aaf_${project.version} + false + etc + lib + flat + + + + + + com.spotify + docker-maven-plugin + 1.0.0 + + onap/osaaf/${project.artifactId} + + ${basedir}/src/main/resources/docker + + latest + ${project.docker.latesttagtimestamp.version} + ${project.docker.latesttag.version} + + true + + + + / + ${project.build.directory}/opt + ${project.build.finalName}.jar + + + / + ${project.build.directory} + **/** + + + + + + build-image + package + + build + + + ${skip.docker.build} + + + + + tag-image-project-version + package + + tag + + + onap/osaaf/${project.artifactId} + ${docker.push.registry}/onap/osaaf/${project.artifactId}:${project.version} + ${skip.docker.push} + + + + + tag-image-latest + package + + tag + + + onap/aaf/authz-service + ${docker.push.registry}/onap/osaaf/${project.artifactId}:latest + ${skip.docker.push} + + + + + push-image-latest + deploy + + push + + + ${docker.push.registry}/onap/osaaf/${project.artifactId}:${project.version} + ${skip.docker.push} + + + + + push-image + deploy + + push + + + ${docker.push.registry}/onap/osaaf/${project.artifactId}:latest + ${skip.docker.push} + + + + + + + + + + + org.mockito + mockito-all + 1.9.5 + test + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + junit + junit + 4.10 + test + + + + + + + auth-core + auth-cass + auth-deforg + + auth-service + auth-cmd + auth-batch + + auth-gui + auth-locate + auth-oauth + auth-certman + auth-fs + auth-hello + + + + + + org.onap.aaf.misc + aaf-misc-env + ${project.miscVersion} + + + + org.onap.aaf.misc + aaf-misc-log4j + ${project.miscVersion} + + + + org.onap.aaf.misc + aaf-misc-rosetta + ${project.miscVersion} + + + + org.onap.aaf.misc + aaf-misc-xgen + ${project.miscVersion} + + + + org.onap.aaf.cadi + aaf-cadi-core + ${project.cadiVersion} + + + + org.onap.aaf.cadi + aaf-cadi-client + ${project.cadiVersion} + + + + org.onap.aaf.cadi + aaf-cadi-aaf + ${project.cadiVersion} + + + org.apache.cassandra + cassandra-all + + + + + + org.onap.aaf.auth + aaf-auth-client + ${project.interfaceVersion} + + + + org.onap.aaf.auth + aaf-auth-core + ${project.version} + + + + org.onap.aaf.auth + aaf-auth-cass + ${project.version} + + + + org.onap.aaf.auth + aaf-auth-cmd + ${project.version} + + + + org.onap.aaf.auth + aaf-auth-oauth + ${project.version} + + + + org.onap.aaf.auth + aaf-auth-deforg + ${project.version} + + + + javax.servlet + servlet-api + 3.0 + + + + org.eclipse.jetty + jetty-servlet + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-server + ${project.jettyVersion} + + + + org.eclipse.jetty + jetty-jmx + ${project.jettyVersion} + + + + com.datastax.cassandra + cassandra-all + 3.3.0 + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + com.datastax.cassandra + cassandra-driver-core + + + 3.3.0 + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + org.slf4j + slf4j-log4j12 + 1.7.5 + + + + javax.mail + mail + 1.4.5 + + + + + + + + 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