Skip to content

Commit

Permalink
[UT] Fix the problem that jmockit jar was not found in run-fe-ut.sh e…
Browse files Browse the repository at this point in the history
…xecution. (#55164)

Signed-off-by: jiangjiguang <[email protected]>
(cherry picked from commit 6aa75f7)
  • Loading branch information
jiangjiguang authored and mergify[bot] committed Feb 8, 2025
1 parent 0fdaff4 commit f07b3c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fe/plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.hazendaz.jmockit</groupId>
<artifactId>jmockit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit f07b3c5

Please sign in to comment.