From 316f6b290c57cc7017e11102e2b2e2ed190e069a Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Mon, 17 Sep 2018 10:12:23 -0500 Subject: temporarily set aaf version to snapshot With the latest released version of AAF, encountered problems when testing AAF. This seems to be resolved when migrating to the not-released yet, 2.1.2-SNAPSHOT. Checking further into AAF jira's it seems that some necessary fixes have gone into 2.1.2-SNAPSHOT (see for example AAF-460). The assumption is that 2.1.2-SNAPSHOT will be soon released by AAF team, and then we should appropriately change this version. In addition, there has been enhancements to allow policy apps to configure additional filters. These will be used initially by specific "rest" servers to provide additional authorization capabilities. Change-Id: I48e279738de20bd68e3f05323ad9b6cffdafc83e Signed-off-by: Jorge Hernandez Issue-ID: POLICY-1044 Signed-off-by: Jorge Hernandez --- policy-endpoints/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 331ea183..716f5c9d 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -87,7 +87,7 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.1 + 2.1.2-SNAPSHOT -- cgit 1.2.3-korg