You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by vi...@apache.org on 2012/12/14 08:47:16 UTC

svn commit: r1421705 - in /oozie/branches/branch-3.3: core/pom.xml release-log.txt

Author: virag
Date: Fri Dec 14 07:47:15 2012
New Revision: 1421705

URL: http://svn.apache.org/viewvc?rev=1421705&view=rev
Log:
OOZIE-1133 Remove hadoop-auth dependency from oozie-core (virag)

Modified:
    oozie/branches/branch-3.3/core/pom.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/core/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/pom.xml?rev=1421705&r1=1421704&r2=1421705&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/pom.xml (original)
+++ oozie/branches/branch-3.3/core/pom.xml Fri Dec 14 07:47:15 2012
@@ -265,12 +265,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-auth</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
         <!-- For drawing runtime DAG -->
         <dependency>
             <groupId>net.sf.jung</groupId>

Modified: oozie/branches/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1421705&r1=1421704&r2=1421705&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Fri Dec 14 07:47:15 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.3.1 (unreleased)
 
+OOZIE-1133 Remove hadoop-auth dependency from oozie-core (virag)
 OOZIE-1130 Upgrade from 3.2 to 3.3 failing due to change in WorkflowInstance structure (virag)
 OOZIE-1128 When a user submitting a job is not UNDEF in the request, it should use that user as the submitter (tucu)
 OOZIE-1091 workflow functional spec, fs action related issues (virag)