diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-12-14 19:02:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-14 19:02:03 +0000 |
commit | 2a99bbe5eb3c983ae629122e2d83a21054d7de82 (patch) | |
tree | df16d64bb93b0b71fa8adca3b4b12b560950c518 /ms/blueprintsprocessor | |
parent | 768092342aa51614188d72bc63723973ba7a2f67 (diff) | |
parent | 76bf2a5433701887180c1dd792f2023b6976cde7 (diff) |
Merge "CDS Swagger remove yaml files"
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 2b144338a..dce683d2b 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -370,7 +370,7 @@ <type>basic</type> </securityDefinition> </securityDefinitions> - <outputFormats>json,yaml</outputFormats> + <outputFormats>json</outputFormats> <swaggerDirectory>${basedir}/../../../docs/api-reference/media</swaggerDirectory> <swaggerFileName>cds-bp-processor-api-swagger</swaggerFileName> <jsonExampleValues>true</jsonExampleValues> |