You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/06/20 22:57:23 UTC

svn commit: r1352315 - in /incubator/oozie/trunk: release-log.txt sharelib/streaming/pom.xml

Author: tucu
Date: Wed Jun 20 20:57:22 2012
New Revision: 1352315

URL: http://svn.apache.org/viewvc?rev=1352315&view=rev
Log:
OOZIE-879 streaming sharelib brings in lots of unwanted dependencies (rkanter via tucu)

Modified:
    incubator/oozie/trunk/release-log.txt
    incubator/oozie/trunk/sharelib/streaming/pom.xml

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1352315&r1=1352314&r2=1352315&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Wed Jun 20 20:57:22 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.3.0 release (trunk - unreleased)
 
+OOZIE-879 streaming sharelib brings in lots of unwanted dependencies (rkanter via tucu)
 OOZIE-876 distcp packaging with Hadoop 1 brings in lots of unwanted dependencies (rkanter via tucu)
 OOZIE-559 Create DistCp WF example (rkanter via tucu)
 OOZIE-34  connProps should mask DB password when logging != DEBUG (rkanter via tucu)

Modified: incubator/oozie/trunk/sharelib/streaming/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/sharelib/streaming/pom.xml?rev=1352315&r1=1352314&r2=1352315&view=diff
==============================================================================
--- incubator/oozie/trunk/sharelib/streaming/pom.xml (original)
+++ incubator/oozie/trunk/sharelib/streaming/pom.xml Wed Jun 20 20:57:22 2012
@@ -42,6 +42,12 @@
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-streaming</artifactId>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <artifactId>hadoop-core</artifactId>
+                    <groupId>org.apache.hadoop</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>