You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2014/01/20 05:10:57 UTC

svn commit: r1559624 - in /hive/trunk: itests/qtest/pom.xml shims/0.23/pom.xml

Author: gunther
Date: Mon Jan 20 04:10:57 2014
New Revision: 1559624

URL: http://svn.apache.org/r1559624
Log:
HIVE-6224: Remove unneeded tez dependencies from hive (Vikram Dixit K via Gunther Hagleitner)

Modified:
    hive/trunk/itests/qtest/pom.xml
    hive/trunk/shims/0.23/pom.xml

Modified: hive/trunk/itests/qtest/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/itests/qtest/pom.xml?rev=1559624&r1=1559623&r2=1559624&view=diff
==============================================================================
--- hive/trunk/itests/qtest/pom.xml (original)
+++ hive/trunk/itests/qtest/pom.xml Mon Jan 20 04:10:57 2014
@@ -354,18 +354,6 @@
           <version>${tez.version}</version>
           <scope>test</scope>
         </dependency>
-        <dependency >
-           <groupId>org.apache.tez</groupId>
-           <artifactId>tez-common</artifactId>
-           <version>${tez.version}</version>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-           <groupId>org.apache.tez</groupId>
-           <artifactId>tez-runtime-internals</artifactId>
-           <version>${tez.version}</version>
-          <scope>test</scope>
-        </dependency>
       </dependencies>
     </profile>
   </profiles>

Modified: hive/trunk/shims/0.23/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/shims/0.23/pom.xml?rev=1559624&r1=1559623&r2=1559624&view=diff
==============================================================================
--- hive/trunk/shims/0.23/pom.xml (original)
+++ hive/trunk/shims/0.23/pom.xml Mon Jan 20 04:10:57 2014
@@ -97,18 +97,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tez</groupId>
-      <artifactId>tez-dag</artifactId>
-      <version>${tez.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency >
-       <groupId>org.apache.tez</groupId>
-       <artifactId>tez-common</artifactId>
-       <version>${tez.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tez</groupId>
       <artifactId>tez-runtime-library</artifactId>
       <version>${tez.version}</version>
       <optional>true</optional>
@@ -120,12 +108,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-       <groupId>org.apache.tez</groupId>
-       <artifactId>tez-runtime-internals</artifactId>
-       <version>${tez.version}</version>
-       <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
       <version>${hadoop-23.version}</version>