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


IGNITE-9123 Update hadoop-yarn version, enforcing usage of selected commons 
versions


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

Branch: refs/heads/ignite-9123
Commit: 7cf866ba2b01bc7e3fd549250525971870d85323
Parents: fa2eae6
Author: Dmitriy Pavlov <[email protected]>
Authored: Mon Jul 30 16:55:10 2018 +0300
Committer: Dmitriy Pavlov <[email protected]>
Committed: Mon Jul 30 16:55:10 2018 +0300

----------------------------------------------------------------------
 modules/yarn/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7cf866ba/modules/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/modules/yarn/pom.xml b/modules/yarn/pom.xml
index e23fed8..3dbfa7c 100644
--- a/modules/yarn/pom.xml
+++ b/modules/yarn/pom.xml
@@ -35,7 +35,7 @@
     <url>http://ignite.apache.org</url>
 
     <properties>
-        <hadoop-yarn.version>2.7.0</hadoop-yarn.version>
+        <hadoop-yarn.version>2.7.7</hadoop-yarn.version>
     </properties>
 
     <dependencies>
@@ -78,6 +78,18 @@
         </dependency>
 
         <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>${commons.codec.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>${commons.beanutils.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>

Reply via email to