Repository: ignite
Updated Branches:
  refs/heads/ignite-9123 c8b3ba496 -> fa2eae69c


IGNITE-9123 Update Apache commons-collections in ignite-yarn module


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fa2eae69
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fa2eae69
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fa2eae69

Branch: refs/heads/ignite-9123
Commit: fa2eae69c96989db8018985e0b3e4c1c89dc5057
Parents: c8b3ba4
Author: Dmitriy Pavlov <[email protected]>
Authored: Mon Jul 30 16:01:35 2018 +0300
Committer: Dmitriy Pavlov <[email protected]>
Committed: Mon Jul 30 16:01:35 2018 +0300

----------------------------------------------------------------------
 modules/core/pom.xml | 2 +-
 modules/yarn/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/fa2eae69/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 2b28c4f..9be5217 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2.2</version>
+            <version>${commons.collections.version}</version>
             <scope>test</scope>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/fa2eae69/modules/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/modules/yarn/pom.xml b/modules/yarn/pom.xml
index a41bf01..e23fed8 100644
--- a/modules/yarn/pom.xml
+++ b/modules/yarn/pom.xml
@@ -72,6 +72,12 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>${commons.collections.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>

Reply via email to