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 2016/12/13 13:19:35 UTC

[04/48] oozie git commit: Fix test failures after merge

Fix test failures after merge

Change-Id: Ife9db9c06edad000d3813b40c86f9cfc356c8251


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

Branch: refs/heads/oya
Commit: 9e2acd07236c80c9a429106c7e57086c8c78e2ed
Parents: b99933b
Author: Peter Bacsko <pb...@cloudera.com>
Authored: Wed Nov 9 12:55:25 2016 +0100
Committer: Peter Bacsko <pb...@cloudera.com>
Committed: Wed Nov 9 12:55:25 2016 +0100

----------------------------------------------------------------------
 sharelib/pig/pom.xml       | 6 ++++++
 sharelib/streaming/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/9e2acd07/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index 1698bd3..2f8c758 100644
--- a/sharelib/pig/pom.xml
+++ b/sharelib/pig/pom.xml
@@ -82,6 +82,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-minicluster</artifactId>
         </dependency>

http://git-wip-us.apache.org/repos/asf/oozie/blob/9e2acd07/sharelib/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml
index 4f73272..d65c396 100644
--- a/sharelib/streaming/pom.xml
+++ b/sharelib/streaming/pom.xml
@@ -62,6 +62,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client</artifactId>
             <scope>provided</scope>