You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pb...@apache.org on 2017/03/22 11:23:11 UTC

[06/50] [abbrv] oozie git commit: make hadoop-client a compile-time dependency

make hadoop-client a compile-time dependency

Change-Id: Icedebc6bb9652f65c7dd117ea544bbd58ed48fe7


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

Branch: refs/heads/oya
Commit: 7060f142767aa94714c958775d08cc9118383187
Parents: 74f4afb
Author: Peter Cseh <ge...@cloudera.com>
Authored: Tue Nov 8 12:44:43 2016 +0100
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Wed Jan 18 15:04:42 2017 +0100

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/7060f142/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c22c8f9..81fdf79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,6 @@
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-client</artifactId>
                 <version>${hadoop.version}</version>
-                <scope>provided</scope>
             </dependency>
 
             <dependency>