Doron Fediuck has submitted this change and it was merged.
Change subject: core: Make dependency on commons-collections explicit
......................................................................
core: Make dependency on commons-collections explicit
The VmOldInfoBuilder class uses classes from commons-collections,
but the POM doesn't include an explicit dependency for the
corresponding artifact. This may work because of transitive
dependencies, but it is an error and with some versions of maven
the build can fail, in particular it fails in Fedora 17 with
mvn-rpmbuild.
Change-Id: I706ad219c604871fa47924941448d429fe2a188d
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/modules/vdsbroker/pom.xml
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Doron Fediuck: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/4811
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I706ad219c604871fa47924941448d429fe2a188d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>