diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-16 08:48:09 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-16 08:48:09 +0800 |
commit | 57f5ffed5fc6e3402caccd4ad4263b96a2299f2c (patch) | |
tree | 8a7a7f5a3a0644dbce91aaa760d694eb46bac705 | |
parent | b6c6c39d6218ebefe59045156f011a72383294c5 (diff) |
Trying to fix the healthcheck problem
Issue-ID: HOLMES-512
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: If6703888df4fa2ab81de8975d9e0e349409f0f59
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> - <version>1.3.9</version> + <version>1.4.0</version> <exclusions> <exclusion> <groupId>io.dropwizard</groupId> |