From a4b721c3e9c4aa7c5342304a061dc5634935acd0 Mon Sep 17 00:00:00 2001 From: JakobKrieg Date: Tue, 8 Dec 2020 19:04:52 +0100 Subject: CDS add Swagger annotations for BP Model API Issue-ID: CCSDK-3014 Change-Id: Ibca7cbaa2c70f04acf818e2b554664e13b116c5e Signed-off-by: JakobKrieg --- ms/blueprintsprocessor/application/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ms/blueprintsprocessor/application/pom.xml') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 1f2bffa18..2b144338a 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -334,10 +334,12 @@ true - org.onap.ccsdk.cds.blueprintsprocessor.designer.api + org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController + http @@ -370,7 +372,7 @@ json,yaml ${basedir}/../../../docs/api-reference/media - cds-bp-api-swagger + cds-bp-processor-api-swagger true {{className}}_{{methodName}}_{{httpMethod}}.{{packageName}} -- cgit 1.2.3-korg