diff options
author | Shadi Haidar <sh1986@att.com> | 2019-02-15 20:28:32 -0500 |
---|---|---|
committer | Shadi Haidar <sh1986@att.com> | 2019-03-05 14:57:45 -0500 |
commit | 13a84cadc80b9d1219ac04aa19cbde5352418760 (patch) | |
tree | 60b1a8bf6c8a4dbfe01823cd3cb9ea003ec44a43 /pom.xml | |
parent | 045758aee25a2421e76ddd16df2d22edc6cc69f2 (diff) |
Add health and service endpoints
Added two new APIs to chcek internal health and to check dependencies/external interfaces, which is postgres
like existing /dcae-service-types does
Issue-ID: DCAEGEN2-1134
Change-Id: If0d3bf8ed0cfa7cb8870e91ef32060ffa844f93a
Signed-off-by: Shadi Haidar <sh1986@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>inventory-api</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> <name>dcaegen2-platform-inventory-api</name> <!--internal <version>3.0.0</version>--> |