You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2017/06/08 13:34:20 UTC

oozie git commit: OOZIE-2930 Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common (Artem Ervits via gezapeti)

Repository: oozie
Updated Branches:
  refs/heads/master f45b18791 -> e019f74b8


OOZIE-2930 Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common (Artem Ervits via gezapeti)


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

Branch: refs/heads/master
Commit: e019f74b862d148fa911c53cf75dc9c5fe7cf385
Parents: f45b187
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Thu Jun 8 15:34:16 2017 +0200
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Thu Jun 8 15:34:16 2017 +0200

----------------------------------------------------------------------
 pom.xml         | 12 ------------
 release-log.txt |  1 +
 2 files changed, 1 insertion(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/e019f74b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7dc5d6..a8389af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,18 +339,6 @@
 
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-yarn-api</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-
-            <dependency>
-                 <groupId>org.apache.hadoop</groupId>
-                 <artifactId>hadoop-yarn-common</artifactId>
-                 <version>${hadoop.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-core</artifactId>
                 <version>${hadoop.auth.version}</version>
                 <scope>compile</scope>

http://git-wip-us.apache.org/repos/asf/oozie/blob/e019f74b/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 5c5ae92..ed4eb31 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.4.0 release (trunk - unreleased)
 
+OOZIE-2930 Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common (Artem Ervits via gezapeti)
 OOZIE-2923 Improve Spark options parsing (andras.piros via gezapeti)
 OOZIE-2886 Ensure consistent versioning of hadoop jars in sharelibs (dbist13 via rkanter)
 OOZIE-2875 Typo in ssh action twiki docs (Dongying Jiao via gezapeti)