diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-16 08:47:47 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-16 08:47:47 +0800 |
commit | 0ec738b5c579e35ec369b56c6ae0794f30595b94 (patch) | |
tree | 693711e69f7d0a6dbcdce4d712efc3f7f158d76d /pom.xml | |
parent | f49cba362bea60047917b104fc262dda9023d3de (diff) |
Trying to fix the healthcheck problem
Issue-ID: HOLMES-512
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: I824af00cf4e1603fdf89209f6e031799e605dad1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,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>org.glassfish.jersey.containers</groupId> |