Skip to content

Commit 54e72c4

Browse files
authored
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 <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent 1e6c225 commit 54e72c4

File tree

1 file changed

+7
-0
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui

1 file changed

+7
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,13 @@
270270
<groupId>ro.isdc.wro4j</groupId>
271271
<artifactId>wro4j-maven-plugin</artifactId>
272272
<version>1.8.0</version>
273+
<dependencies>
274+
<dependency>
275+
<groupId>org.mockito</groupId>
276+
<artifactId>mockito-core</artifactId>
277+
<version>4.11.0</version>
278+
</dependency>
279+
</dependencies>
273280
<executions>
274281
<execution>
275282
<phase>prepare-package</phase>

0 commit comments

Comments
 (0)