Removed MSB Dependencies 57/135857/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 4 Sep 2023 11:03:50 +0000 (19:03 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 4 Sep 2023 11:03:50 +0000 (19:03 +0800)
commitade480b317fe7bcf9ce94ef34e6c42b71a0ea1a3
treed2ec01803eeb34ffe88b2b665630bb9742a3f49e
parent86debb28ef983f8176da06258e8f09c8783cddc7
Removed MSB Dependencies

Issue-ID: HOLMES-629
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: Ia74c8456822ba71f465a7142431327a884c50a70
18 files changed:
holmes-actions/pom.xml
holmes-actions/src/main/java/org/onap/holmes/common/msb/MsbRegister.java [moved from holmes-actions/src/main/java/org/onap/holmes/common/utils/MsbRegister.java with 89% similarity]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/CustomDateSerializer.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/KeyValuePair.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/MicroServiceFullInfo.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/MicroServiceInfo.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/Node.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/NodeInfo.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/msb/entity/Service.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/MsbRegisterTest.java [moved from holmes-actions/src/test/java/org/onap/holmes/common/utils/MsbRegisterTest.java with 96% similarity]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/CustomDateSerializerTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/KeyValuePairTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/MicroServiceFullInfoTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/MicroServiceInfoTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/NodeInfoTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/NodeTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/msb/entity/ServiceTest.java [new file with mode: 0644]
pom.xml