From d7914bc1f3c9505539304bd23b795c7b061dc6db Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Thu, 4 Jul 2024 15:15:36 +0100 Subject: Create PolicyExecutor Stub - Generate interface from OpenApi in RTD docs - Fixed Content Type in OpenAPI - Fixed Paths in OpenAPI - Made Authorization header compulsory in OpenAPI - All 'enum' values in OpenAPI lowercase (in linr with CPS/NCMP conventions) - Added impl with some basic functionality - Added testware - Pom includes docker image creation - Docker compose updated to deploy stub Issue-ID: CPS-2301 Change-Id: I462ad5c70474b2813fc04005c0d20a1b15b574ec Signed-off-by: ToineSiebelink Signed-off-by: sourabh_sourabh --- cps-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'cps-parent/pom.xml') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 591095abae..ba639441e7 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -368,6 +368,7 @@ org/onap/cps/ncmp/rest/model/* org/onap/cps/**/*MapperImpl.class org/onap/cps/ncmp/rest/stub/* + org/onap/cps/policyexecutor/stub/model/* -- cgit 1.2.3-korg