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 <yzaspits(a)redhat.com>
---
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 <yzaspits(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server