You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/06/10 17:14:02 UTC

git commit: KNOX-9: Add the Hive module to gateway-release pom.

Updated Branches:
  refs/heads/master a84cd9c26 -> fb2fa7635


KNOX-9: Add the Hive module to gateway-release pom.


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

Branch: refs/heads/master
Commit: fb2fa76355c1fcd4cb4da3159f90c203b69610d0
Parents: a84cd9c
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Jun 10 11:13:58 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Jun 10 11:13:58 2013 -0400

----------------------------------------------------------------------
 gateway-release/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/fb2fa763/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index 73a43b3..0a25213 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -119,6 +119,10 @@
         </dependency>
         <dependency>
             <groupId>${gateway-group}</groupId>
+            <artifactId>gateway-service-hive</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${gateway-group}</groupId>
             <artifactId>gateway-service-hdfs</artifactId>
         </dependency>
         <dependency>