diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-12-14 19:06:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-14 19:06:30 +0000 |
commit | 65459aee0025ff1cf0b09930b60835e2485f1389 (patch) | |
tree | a7709bce951522372ef237fab76d7874a4915930 /ms/blueprintsprocessor/application | |
parent | 14dda650f1c876515d88992c106748c549cb906f (diff) | |
parent | 108011551bb81e3465d1bd6087a81110967df9e0 (diff) |
Merge "CDS add Swagger annotations for Resource, Template, Dictionary and Config API"
Diffstat (limited to 'ms/blueprintsprocessor/application')
-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 dce683d2b..cccff5228 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -335,9 +335,9 @@ <springmvc>true</springmvc> <locations> <location>org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController</location> - <!-- These locations are not implemented yet <location>org.onap.ccsdk.cds.blueprintsprocessor.resource.api</location> <location>org.onap.ccsdk.cds.blueprintsprocessor.configs.api</location> + <!-- This location is not implemented yet <location>org.onap.ccsdk.cds.blueprintsprocessor.healthapi</location> --> </locations> |