Fixed MSB Registration Failure 43/114143/5
authorGuangrongFu <fu.guangrong@zte.com.cn>
Thu, 22 Oct 2020 08:56:16 +0000 (16:56 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Thu, 22 Oct 2020 09:28:30 +0000 (17:28 +0800)
commit59d22c8f5ed81e1221ee6e9c5364a8baf5bc3a20
tree9c0194c635f3047ccb262663e28e2c796db83f58
parent3cec62c66fa20ff781ace2c0bb5261f9fabbf0b1
Fixed MSB Registration Failure

Issue-ID: HOLMES-368

Change-Id: I9a5b3275e7c58265992796bff3033acfa7b595db
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
holmes-actions/pom.xml
holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java
holmes-actions/src/main/java/org/onap/holmes/common/utils/JerseyClient.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/utils/MSBRegisterUtil.java [deleted file]
holmes-actions/src/main/java/org/onap/holmes/common/utils/MsbRegister.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/config/MicroServiceConfigTest.java
holmes-actions/src/test/java/org/onap/holmes/common/engine/dao/EngineEntityMapperTest.java
holmes-actions/src/test/java/org/onap/holmes/common/utils/JerseyClientTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/utils/MSBRegisterUtilTest.java [deleted file]
holmes-actions/src/test/java/org/onap/holmes/common/utils/MsbRegisterTest.java [new file with mode: 0644]
pom.xml