You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2013/07/15 13:45:01 UTC

git commit: FALCON-49 Dependency on oozie-client pulls in hadoop-auth-0.23.1 which is not necessary. Contriuted by Venkatesh Seetharam

Updated Branches:
  refs/heads/master cd7ac385f -> 8d2d34b9d


FALCON-49 Dependency on oozie-client pulls in hadoop-auth-0.23.1 which is not necessary. Contriuted by Venkatesh Seetharam


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/8d2d34b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/8d2d34b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/8d2d34b9

Branch: refs/heads/master
Commit: 8d2d34b9d1999447b35495a75c0bd52b4396e1bb
Parents: cd7ac38
Author: srikanth.sundarrajan <sr...@inmobi.com>
Authored: Mon Jul 15 17:14:34 2013 +0530
Committer: srikanth.sundarrajan <sr...@inmobi.com>
Committed: Mon Jul 15 17:14:34 2013 +0530

----------------------------------------------------------------------
 CHANGES.txt | 3 +++
 pom.xml     | 6 ++++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/8d2d34b9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1d3fed5..2762ddf 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,9 @@ Trunk (Unreleased)
 
   IMPROVEMENTS
 
+    FALCON-49 Dependency on oozie-client pulls in hadoop-auth-0.23.1 which 
+    is not necessary (Venkatesh Seetharam via Srikanth Sundarrajan)
+
     FALCON-32 Store test output in file rather then printing all the output
     into the console (Srikanth Sundarrajan via Venkatesh Seetharam)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/8d2d34b9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index facf090..b75cf8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,6 +474,12 @@
                 <groupId>org.apache.oozie</groupId>
                 <artifactId>oozie-client</artifactId>
                 <version>${oozie.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.hadoop</groupId>
+                        <artifactId>hadoop-auth</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>