From cea5c305eed3eb466ed46ee4d3e16729c7c828b1 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Tue, 11 Sep 2018 21:29:50 -0400 Subject: [PATCH] Add snapshot exclusions for aaf Change-Id: I561d3a5737e457998e056fb12efe0090bed4c7f7 Signed-off-by: dglFromAtt Issue-ID: AAF-504 --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index 1349351..d9aeb55 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,36 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + org.onap.aaf.authz:aaf-cadi-client + org.onap.aaf.authz:aaf-misc-env + org.onap.aaf.authz:aaf-cadi-aaf + org.onap.aaf.authz:aaf-auth-client + org.onap.aaf.authz:aaf-cadi-core + org.onap.aaf.authz:aaf-misc-rosetta + + + + true + + + + + -- 2.16.6