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

hive git commit: HIVE-15648: Hive throws compilation error due to powermock.version not being present in root pom (Vaibhav Gumashta reviewed by Thejas Nair)

Repository: hive
Updated Branches:
  refs/heads/master f2dcdaa47 -> ec82b84f3


HIVE-15648: Hive throws compilation error due to powermock.version not being present in root pom (Vaibhav Gumashta reviewed by Thejas Nair)


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

Branch: refs/heads/master
Commit: ec82b84f309119121dc55aa84c1b9b70e7a0c334
Parents: f2dcdaa
Author: Vaibhav Gumashta <vg...@hortonworks.com>
Authored: Wed Jan 18 00:41:31 2017 +0530
Committer: Vaibhav Gumashta <vg...@hortonworks.com>
Committed: Wed Jan 18 00:41:31 2017 +0530

----------------------------------------------------------------------
 beeline/pom.xml | 1 -
 pom.xml         | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ec82b84f/beeline/pom.xml
----------------------------------------------------------------------
diff --git a/beeline/pom.xml b/beeline/pom.xml
index 58ca92e..9d30a9e 100644
--- a/beeline/pom.xml
+++ b/beeline/pom.xml
@@ -29,7 +29,6 @@
 
   <properties>
     <hive.path.to.root>..</hive.path.to.root>
-    <powermock.version>1.6.6</powermock.version>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/hive/blob/ec82b84f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d5e172..b499cd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,7 @@
     <jsr305.version>3.0.0</jsr305.version>
     <tephra.version>0.6.0</tephra.version>
     <gson.version>2.2.4</gson.version>
+    <powermock.version>1.6.6</powermock.version>
   </properties>
 
   <repositories>