Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Add Mockito dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Sep 24, 2023
1 parent b40dfb8 commit fa4f7f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.5.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fa4f7f5

Please sign in to comment.