Skip to content

Commit

Permalink
YARN-11595. Fix hadoop-yarn-client#java.lang.NoClassDefFoundError (#6210
Browse files Browse the repository at this point in the history
) Contributed by Shilun Fan.

Reviewed-by: Ayush Saxena <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
slfan1989 authored Oct 22, 2023
1 parent 24fe1ef commit d7d772d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d7d772d

Please sign in to comment.