This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 24217e1 TEZ-4151. Missing apache commons collections4 dependency on
tez-mapreduce and tez-plugins/tez-history-parser (jeagles)
24217e1 is described below
commit 24217e1432cafc9278863326f53901e982146227
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)
---
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 b1822cd..a01d028 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 3804253..7937fa4 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>