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 2011/11/22 08:11:15 UTC

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

Author: tucu
Date: Tue Nov 22 07:11:14 2011
New Revision: 1204833

URL: http://svn.apache.org/viewvc?rev=1204833&view=rev
Log:
OOZIE-607 Pig POM brings in several unneeded dependencies. (tucu)

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

Modified: incubator/oozie/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1204833&r1=1204832&r2=1204833&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Tue Nov 22 07:11:14 2011
@@ -298,20 +298,65 @@
             </dependency>
 
             <dependency>
-                <!-- groupId to be correct by GH-0226 -->
                 <groupId>org.apache.pig</groupId>
                 <artifactId>pig</artifactId>
                 <version>0.9.0</version>
                 <exclusions>
                     <exclusion>
-                        <!-- groupId to be correct by GH-0226 -->
                         <groupId>org.apache.hadoop</groupId>
                         <artifactId>hadoop-core</artifactId>
                     </exclusion>
-                    <!-- this exclusion to be removed by GH-0226 -->
                     <exclusion>
-                        <groupId>org.apache.hadoop</groupId>
-                        <artifactId>hadoop-core</artifactId>
+                        <groupId>commons-httpclient</groupId>
+                        <artifactId>commons-httpclient</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>jetty</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>jetty-util</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>servlet-api-2.5</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>jsp-api-2.1</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>jsp-2.1</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-el</groupId>
+                        <artifactId>commons-el</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>tomcat</groupId>
+                        <artifactId>jasper-compiler</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>tomcat</groupId>
+                        <artifactId>jasper-runtime</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>junit</groupId>
+                        <artifactId>junit</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>net.sf.kosmosfs</groupId>
+                        <artifactId>kfs</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>net.java.dev.jets3t</groupId>
+                        <artifactId>jets3t</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>oro</groupId>
+                        <artifactId>oro</artifactId>
                     </exclusion>
                 </exclusions>
             </dependency>

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1204833&r1=1204832&r2=1204833&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Tue Nov 22 07:11:14 2011
@@ -1,12 +1,13 @@
 -- Oozie 3.2.0 release
 
+OOZIE-607 Pig POM brings in several unneeded dependencies. (tucu)
 OOZIE-601 Oozie's POMs should use org.apache.oozie as group. (tucu)
-OOZIE-480 In Oozie-site.xml, if we specify oozie.services.ext property is not overriding the services.
-OOZIE-602 Update the Hadoop version to be an Apache Hadoop version.
-OOZIE-557 Simplify/normalize testing configuration when using different databases.
-OOZIE-590 Log Retrieval from multiple .gz archive files
-OOZIE-587 Out of memory issues due to current query design
-OOZIE-600 Bump-up the version to 3.2.0-SNAPSHOT
+OOZIE-480 In Oozie-site.xml, if we specify oozie.services.ext property is not overriding the services. (tucu)
+OOZIE-602 Update the Hadoop version to be an Apache Hadoop version. (tucu)
+OOZIE-557 Simplify/normalize testing configuration when using different databases. (tucu via mohammad)
+OOZIE-590 Log Retrieval from multiple .gz archive files. (kiran via angeloh)
+OOZIE-587 Out of memory issues due to current query design. (virag via angeloh)
+OOZIE-600 Bump-up the version to 3.2.0-SNAPSHOT. (mohammad via angeloh)
 
 -- Oozie 3.1.2 release
 

Modified: incubator/oozie/trunk/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/sharelib/pom.xml?rev=1204833&r1=1204832&r2=1204833&view=diff
==============================================================================
--- incubator/oozie/trunk/sharelib/pom.xml (original)
+++ incubator/oozie/trunk/sharelib/pom.xml Tue Nov 22 07:11:14 2011
@@ -28,49 +28,27 @@
     <name>Oozie Share Lib</name>
     <packaging>jar</packaging>
 
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-        </license>
-    </licenses>
-
-    <organization>
-        <name>Yahoo</name>
-        <url>http://www.yahoo.com</url>
-    </organization>
-
     <dependencies>
         <dependency>
-            <!-- groupId to be correct by GH-0226 -->
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-streaming</artifactId>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>
-                    <!-- groupId to be correct by GH-0226 -->
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-core</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
         <dependency>
-            <!-- groupId to be correct by GH-0226 -->
             <groupId>org.apache.pig</groupId>
             <artifactId>pig</artifactId>
             <scope>compile</scope>
-            <exclusions>
-                <exclusion>
-                    <!-- groupId to be correct by GH-0226 -->
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-core</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
-            <scope>compile</scope>
+            <scope>runtime</scope>
         </dependency>
 
 		<dependency>