This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 8f2c568 TEZ-4151. Missing apache commons collections4 dependency on
tez-mapreduce and tez-plugins/tez-history-parser (jeagles)
8f2c568 is described below
commit 8f2c568fc41e238225baad2282390e5627c28814
Author: Jonathan Eagles <[email protected]>
AuthorDate: Tue Apr 21 08:40:09 2020 -0500
TEZ-4151. Missing apache commons collections4 dependency on tez-mapreduce
and tez-plugins/tez-history-parser (jeagles)
(cherry picked from commit 24217e1432cafc9278863326f53901e982146227)
---
tez-mapreduce/pom.xml | 4 ++++
tez-plugins/tez-history-parser/pom.xml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml
index 7607575..b89d39c 100644
--- a/tez-mapreduce/pom.xml
+++ b/tez-mapreduce/pom.xml
@@ -117,6 +117,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
diff --git a/tez-plugins/tez-history-parser/pom.xml
b/tez-plugins/tez-history-parser/pom.xml
index 9ccf2fe..d3bf99f 100644
--- a/tez-plugins/tez-history-parser/pom.xml
+++ b/tez-plugins/tez-history-parser/pom.xml
@@ -132,6 +132,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>