You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2017/01/18 10:13:22 UTC

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

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

This reverts commit ec82b84f309119121dc55aa84c1b9b70e7a0c334.


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

Branch: refs/heads/master
Commit: a6148a587992742e98839552c70e5799e4bba3f1
Parents: 85be425
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Wed Jan 18 10:05:42 2017 +0000
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Wed Jan 18 10:05:42 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/hive/blob/a6148a58/beeline/pom.xml
----------------------------------------------------------------------
diff --git a/beeline/pom.xml b/beeline/pom.xml
index 9d30a9e..58ca92e 100644
--- a/beeline/pom.xml
+++ b/beeline/pom.xml
@@ -29,6 +29,7 @@
 
   <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/a6148a58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b499cd2..5d5e172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,6 @@
     <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>