Skip to content

Commit

Permalink
Revert "[pom] Remove mockito subclass as not needed"
Browse files Browse the repository at this point in the history
This reverts commit ae3f87f.
  • Loading branch information
hazendaz committed Dec 28, 2024
1 parent ae3f87f commit c81f226
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-subclass</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand Down

0 comments on commit c81f226

Please sign in to comment.