Moti Asayag has submitted this change and it was merged. Change subject: core: Add hamcrest-library as an explicit test dependency ......................................................................
core: Add hamcrest-library as an explicit test dependency The jar includes useful unit-test utilities (e.g. different Matcher implementations). Currently the dependency is obtained transitively through spring-boot-starter-test, which is going to be removed. That patch is the better implementation of https://gerrit.ovirt.org/40149. Change-Id: Idbec3ea20820972e1daf4981846290c40163b257 Signed-off-by: Yevgeny Zaspitsky <[email protected]> --- M backend/manager/modules/bll/pom.xml M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/network/dc/GetManagementNetworkCandidatesQueryTest.java M pom.xml 3 files changed, 10 insertions(+), 2 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Moti Asayag: Looks good to me, approved Yevgeny Zaspitsky: Verified -- To view, visit https://gerrit.ovirt.org/40362 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idbec3ea20820972e1daf4981846290c40163b257 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
