From c35c896ba3cf8ea670c9a3a87e77be0b3dedb2b3 Mon Sep 17 00:00:00 2001 From: Rodrigo Lima Date: Wed, 9 Sep 2020 14:54:15 -0400 Subject: Add side effect to check pnf owning entity - Create side effect to check : user's groups contains pnf's owning entity name - Create unit tests for side effect - Add new process method in HttpEntry to pass set of groups - Pass set of groups to db serializer Issue-ID: AAI-3176 Signed-off-by: Rodrigo Lima Change-Id: I4bc7ab6e22bce8cbe60bd7ef6bb5db73dac3a1c4 --- aai-common-docker/aai-common-images/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-common-docker/aai-common-images/pom.xml') diff --git a/aai-common-docker/aai-common-images/pom.xml b/aai-common-docker/aai-common-images/pom.xml index 500d3bb3..24f0acbe 100644 --- a/aai-common-docker/aai-common-images/pom.xml +++ b/aai-common-docker/aai-common-images/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common-docker - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT aai-common-images - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom aai-aai-common-images Contains dockerfiles for aai-common images (alpine and ubuntu based). -- cgit 1.2.3-korg