Repository: tez Updated Branches: refs/heads/master 9345c2b1d -> 282bb0a3f
TEZ-4021. API incompatibility wro4j-maven-plugin Signed-off-by: Jason Lowe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/282bb0a3 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/282bb0a3 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/282bb0a3 Branch: refs/heads/master Commit: 282bb0a3fddf20260d71b0a6cd798fa5479e7038 Parents: 9345c2b Author: Jonathan Eagles <[email protected]> Authored: Tue Nov 27 15:23:48 2018 -0600 Committer: Jason Lowe <[email protected]> Committed: Tue Nov 27 15:23:48 2018 -0600 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/282bb0a3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d46fb7..1d46ffd 100644 --- a/pom.xml +++ b/pom.xml @@ -1011,6 +1011,14 @@ <groupId>ro.isdc.wro4j</groupId> <artifactId>wro4j-maven-plugin</artifactId> <version>1.7.9</version> + <dependencies> + <!-- TODO: Remove this dependency after upgrading wro4j-maven-plugin to 1.8.1 or later. --> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.18.0</version> + </dependency> + </dependencies> </plugin> </plugins> </pluginManagement>
