You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2015/11/18 23:41:08 UTC

[26/34] hive git commit: HIVE-12430. Remove remaining reference to the hadoop-2 profile. (Siddharth Seth, reviewed by Sergey Shelukhin)

HIVE-12430. Remove remaining reference to the hadoop-2 profile. (Siddharth Seth, reviewed by Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2c19b7d2
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2c19b7d2
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/2c19b7d2

Branch: refs/heads/master-fixed
Commit: 2c19b7d22d8ce99295db90940752fa67358f2a0e
Parents: 1fce636
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed Nov 18 13:22:45 2015 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Nov 18 13:57:08 2015 -0800

----------------------------------------------------------------------
 packaging/pom.xml | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/2c19b7d2/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index c70bb19..2dd54e9 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -89,16 +89,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>hadoop-2</id>
-      <dependencies>
-        <dependency>
-         <groupId>org.apache.hive</groupId>
-         <artifactId>hive-llap-server</artifactId>
-         <version>${project.version}</version>
-        </dependency>
-      </dependencies>
-    </profile>
   </profiles>
 
 
@@ -186,6 +176,11 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-llap-server</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hive.hcatalog</groupId>
       <artifactId>hive-hcatalog-streaming</artifactId>
       <version>${project.version}</version>