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-batch/pom.xml | 129 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 auth/auth-batch/pom.xml (limited to 'auth/auth-batch/pom.xml') diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml new file mode 100644 index 00000000..8aabdf54 --- /dev/null +++ b/auth/auth-batch/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + org.onap.aaf.auth + parent + 2.1.0-SNAPSHOT + ../pom.xml + + + auth-batch + AAF Auth Batch + Batch Processing for AAF Auth + 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 + + + + + + false + + + + + + org.onap.aaf.misc + aaf-misc-env + + + + org.onap.aaf.cadi + aaf-cadi-core + + + + org.onap.aaf.misc + aaf-misc-rosetta + + + + org.onap.aaf.cadi + aaf-cadi-aaf + + + + org.onap.aaf.auth + aaf-auth-cass + + + + org.joda + joda-time + 2.5 + + + + org.slf4j + slf4j-log4j12 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + -- cgit 1.2.3-korg