From f95fc5f7ae9cf1832eae2451be883477bbd08f16 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 21 Nov 2018 16:06:17 -0600 Subject: Batch upgrades for ONAP Issue-ID: AAF-641 Change-Id: I7b5e8b97d8c6c484418c995b6e51507af78fc765 Signed-off-by: Instrumental --- auth/auth-batch/pom.xml | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'auth/auth-batch/pom.xml') diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 325b72a0..c30a32af 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -120,9 +120,14 @@ + org.onap.aaf.authz + aaf-auth-deforg + + + @@ -132,8 +137,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8 @@ -215,6 +220,35 @@ + + maven-assembly-plugin + + tests + + + org.onap.aaf.auth.Batch + + + true + + + + + + + full + package + + single + + + + src/assemble/auth-batch.xml + + + + + -- cgit 1.2.3-korg