Skip to content

Commit

Permalink
TEZ-4151. Missing apache commons collections4 dependency on tez-mapre…
Browse files Browse the repository at this point in the history
…duce and tez-plugins/tez-history-parser (jeagles)
  • Loading branch information
Jonathan Eagles committed Apr 21, 2020
1 parent e7c24f0 commit 24217e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tez-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
<artifactId>junit</artifactId>
<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>
Expand Down
4 changes: 4 additions & 0 deletions tez-plugins/tez-history-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 24217e1

Please sign in to comment.