You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/12/17 04:45:21 UTC

svn commit: r1646146 - in /hive/trunk: jdbc/pom.xml ql/pom.xml shims/0.20S/pom.xml shims/0.23/pom.xml shims/scheduler/pom.xml

Author: hashutosh
Date: Wed Dec 17 03:45:21 2014
New Revision: 1646146

URL: http://svn.apache.org/r1646146
Log:
HIVE-9122 : Need to remove additional references to hive-shims-common-secure, hive-shims-0.20 (Jason Dere via Ashutosh Chauhan)

Modified:
    hive/trunk/jdbc/pom.xml
    hive/trunk/ql/pom.xml
    hive/trunk/shims/0.20S/pom.xml
    hive/trunk/shims/0.23/pom.xml
    hive/trunk/shims/scheduler/pom.xml

Modified: hive/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/jdbc/pom.xml?rev=1646146&r1=1646145&r2=1646146&view=diff
==============================================================================
--- hive/trunk/jdbc/pom.xml (original)
+++ hive/trunk/jdbc/pom.xml Wed Dec 17 03:45:21 2014
@@ -162,7 +162,7 @@
                   </includes>
                 </filter>
                 <filter>
-                  <artifact>org.apache.hive.shims:hive-shims-common-secure</artifact>
+                  <artifact>org.apache.hive.shims:hive-shims-common</artifact>
                   <includes>
                     <include>org/apache/hadoop/hive/thrift/*</include>
                     <include>org/apache/hadoop/hive/thrift/client/*</include>

Modified: hive/trunk/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/pom.xml?rev=1646146&r1=1646145&r2=1646146&view=diff
==============================================================================
--- hive/trunk/ql/pom.xml (original)
+++ hive/trunk/ql/pom.xml Wed Dec 17 03:45:21 2014
@@ -638,12 +638,10 @@
                   <include>org.json:json</include>
                   <include>org.apache.avro:avro</include>
                   <include>org.apache.avro:avro-mapred</include>
-                  <include>org.apache.hive.shims:hive-shims-0.20</include>
                   <include>org.apache.hive.shims:hive-shims-0.20S</include>
                   <include>org.apache.hive.shims:hive-shims-0.23</include>
                   <include>org.apache.hive.shims:hive-shims-0.23</include>
                   <include>org.apache.hive.shims:hive-shims-common</include>
-                  <include>org.apache.hive.shims:hive-shims-common-secure</include>
                   <include>com.googlecode.javaewah:JavaEWAH</include>
                   <include>javolution:javolution</include>
                   <include>com.google.protobuf:protobuf-java</include>

Modified: hive/trunk/shims/0.20S/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/shims/0.20S/pom.xml?rev=1646146&r1=1646145&r2=1646146&view=diff
==============================================================================
--- hive/trunk/shims/0.20S/pom.xml (original)
+++ hive/trunk/shims/0.20S/pom.xml Wed Dec 17 03:45:21 2014
@@ -37,7 +37,7 @@
     <!-- intra-project -->
     <dependency>
       <groupId>org.apache.hive.shims</groupId>
-      <artifactId>hive-shims-common-secure</artifactId>
+      <artifactId>hive-shims-common</artifactId>
       <version>${project.version}</version>
     </dependency>
     <!-- inter-project -->

Modified: hive/trunk/shims/0.23/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/shims/0.23/pom.xml?rev=1646146&r1=1646145&r2=1646146&view=diff
==============================================================================
--- hive/trunk/shims/0.23/pom.xml (original)
+++ hive/trunk/shims/0.23/pom.xml Wed Dec 17 03:45:21 2014
@@ -37,7 +37,7 @@
     <!-- intra-project -->
     <dependency>
       <groupId>org.apache.hive.shims</groupId>
-      <artifactId>hive-shims-common-secure</artifactId>
+      <artifactId>hive-shims-common</artifactId>
       <version>${project.version}</version>
     </dependency>
     <!-- inter-project -->

Modified: hive/trunk/shims/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/shims/scheduler/pom.xml?rev=1646146&r1=1646145&r2=1646146&view=diff
==============================================================================
--- hive/trunk/shims/scheduler/pom.xml (original)
+++ hive/trunk/shims/scheduler/pom.xml Wed Dec 17 03:45:21 2014
@@ -37,7 +37,7 @@
     <!-- intra-project -->
     <dependency>
       <groupId>org.apache.hive.shims</groupId>
-      <artifactId>hive-shims-common-secure</artifactId>
+      <artifactId>hive-shims-common</artifactId>
       <version>${project.version}</version>
     </dependency>
     <!-- inter-project -->