Skip to content

Commit

Permalink
[pinpoint-apm#8915] Add junit4 dependency for plugin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 3, 2022
1 parent 9283a82 commit 24616f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profiler-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
<artifactId>log4j-core</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>


Expand Down

0 comments on commit 24616f4

Please sign in to comment.