Yevgeny Zaspitsky has uploaded a new change for review.

Change subject: core,engine: Add Apache commons-collections v4.0 dependency
......................................................................

core,engine: Add Apache commons-collections v4.0 dependency

The new version uses the generics features of Java 5 so that make the
code more type safe. You can find the full list of changes on
https://commons.apache.org/proper/commons-collections/release_4_0.html.
The new API is based on the original but it isn't fully compatible with
it. So in order to make the migration to the new API easier, the package
has been changed to org.apache.commons.collections4. That allows having
both version of the library in the classpath at the starting point and
move (refactor) towards the new version gradually.

Change-Id: Icf064e3a0afc8aa1a563a3500afaa62068f7e9f5
Signed-off-by: Yevgeny Zaspitsky <yzasp...@redhat.com>
---
M backend/manager/modules/bll/pom.xml
M pom.xml
2 files changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/26745/1

diff --git a/backend/manager/modules/bll/pom.xml 
b/backend/manager/modules/bll/pom.xml
index 0e1d7c9..292dd06 100644
--- a/backend/manager/modules/bll/pom.xml
+++ b/backend/manager/modules/bll/pom.xml
@@ -119,6 +119,12 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>${commons-collections4}</version>
+    </dependency>
+
+    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 3a520b8..4e5ef14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
     <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-collections4>4.0</commons-collections4>
     <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/26745
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf064e3a0afc8aa1a563a3500afaa62068f7e9f5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yevgeny Zaspitsky <yzasp...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to