diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-12-07 17:13:49 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-12-09 10:55:36 -0500 |
commit | 2afffed5e9487fab47ddcb49063dd2cb55170841 (patch) | |
tree | 612d78027831c5ad7cf291569c94c72a2037f7e8 /healthcheck-container/pom.xml | |
parent | c17752a8dc6920d027108c7afa45b1d62443a8d0 (diff) |
[HEALTHCHECK] Add healthcheck for dynamically-deployed microservices2.4.0
Add health checks for DCAE microservices deployed after the initial
installation of dcaegen2-services.
Issue-ID: DCAEGEN2-2959
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I9da0216db695f65ed520b509db183170977fce51
Diffstat (limited to 'healthcheck-container/pom.xml')
-rw-r--r-- | healthcheck-container/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index f15a6ea..1f2b152 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -================================================================================ +============LICENSE_START======================================================= Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020 NOKIA Intellectual Property. All rights reserved. Copyright (c) 2021 J. F. Lucas. All rights reserved. @@ -29,7 +29,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>healthcheck-container</artifactId> <name>dcaegen2-deployments-healthcheck-container</name> - <version>2.3.0</version> + <version>2.4.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |