Piotr Kliczewski has submitted this change and it was merged.
Change subject: core: Update commons-collections to 3.2.1
......................................................................
core: Update commons-collections to 3.2.1
Currently we are using version 3.1 of commons-collections in our root
POM, but we are actually using 3.2.1 as that is what is provided by the
application server. This means that we can't use some of the methods
introduced in version 3.2, like "isEmpty", but only because the build
will fail. This patch updates the version number in the root POM to
3.2.1 so that we can use those methods.
Change-Id: I68ed14360d61aa3d106fff2b690f7dda0507303f
Related-To:
https://bugzilla.redhat.com/1150953
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit df304ba2c98141bf5b859cb6f49f6850bed9396c)
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/34425
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I68ed14360d61aa3d106fff2b690f7dda0507303f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>