This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 54e72c40371 YARN-11825. Yarn-ui2 build fails with java17 (#7735) Contributed by D M Murali Krishna Reddy. 54e72c40371 is described below commit 54e72c4037183f3a0839fdc963867311dab6c8ff Author: Murali Krishna <muralikrishna.dm...@gmail.com> AuthorDate: Sat Jun 14 08:09:44 2025 +0530 YARN-11825. Yarn-ui2 build fails with java17 (#7735) Contributed by D M Murali Krishna Reddy. * YARN-11825. Yarn-ui2 build fails with java17. Reviewed-by: Gautham B A <gautham.bangal...@gmail.com> Signed-off-by: Shilun Fan <slfan1...@apache.org> --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml index 8b42a0c8dd3..0232fc5d113 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml @@ -270,6 +270,13 @@ <groupId>ro.isdc.wro4j</groupId> <artifactId>wro4j-maven-plugin</artifactId> <version>1.8.0</version> + <dependencies> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>4.11.0</version> + </dependency> + </dependencies> <executions> <execution> <phase>prepare-package</phase> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org