Juan Hernandez has uploaded a new change for review.

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.hernan...@redhat.com>
(cherry picked from commit df304ba2c98141bf5b859cb6f49f6850bed9396c)
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/34425/1

diff --git a/pom.xml b/pom.xml
index 87447d7..927c59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <commons-compress.version>1.4.1</commons-compress.version>
     <quartz.version>2.1.2</quartz.version>
     <postgres.jdbc.version>9.1-901-1.jdbc4</postgres.jdbc.version>
-    <commons-collections>3.1</commons-collections>
+    <commons-collections>3.2.1</commons-collections>
     <javax.transaction>1.1</javax.transaction>
     <javax.activation.version>1.1</javax.activation.version>
     <xmlrpc-client.version>3.1.3</xmlrpc-client.version>


-- 
To view, visit http://gerrit.ovirt.org/34425
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I68ed14360d61aa3d106fff2b690f7dda0507303f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to