diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-09-30 12:16:01 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-09-30 12:16:01 -0400 |
commit | 5006588ac1a41b5ff8207a13fa118866d7ef4924 (patch) | |
tree | 181f10826be3b732125e78963402dad397ede203 /ms/blueprintsprocessor/modules/inbounds | |
parent | 3bdfeb467fa4d26fa174ea4f27b256bb0abaf9d8 (diff) |
Health Check API Revert
Commenting out Duplicate Security Properties and related uses as It is not according to design and needs rework.
Issue-ID: CCSDK-1767
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I90ec44af9fba6152d20728a38cfada0440ca2a87
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 1729f2ff1..81ffea176 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -35,7 +35,7 @@ <module>designer-api</module> <module>resource-api</module> <module>selfservice-api</module> - <module>health-api</module> + <!--<module>health-api</module>--> </modules> <dependencies> |