You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by bz...@apache.org on 2015/07/21 19:58:27 UTC

oozie git commit: OOZIE-2289 hive-jdbc dependency in core/pom.xml should be compile (bzhang)

Repository: oozie
Updated Branches:
  refs/heads/master 68d4f2298 -> 1a27a7a29


OOZIE-2289 hive-jdbc dependency in core/pom.xml should be compile (bzhang)


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

Branch: refs/heads/master
Commit: 1a27a7a29255693c585b939d58ab2727b71089f8
Parents: 68d4f22
Author: Bowen Zhang <bo...@yahoo.com>
Authored: Tue Jul 21 10:56:09 2015 -0700
Committer: Bowen Zhang <bo...@yahoo.com>
Committed: Tue Jul 21 10:56:09 2015 -0700

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/1a27a7a2/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 7877773..f5f89af 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -368,7 +368,7 @@
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-jdbc</artifactId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
     </dependencies>