Skip to content

Commit c81f226

Browse files
committed
Revert "[pom] Remove mockito subclass as not needed"
This reverts commit ae3f87f.
1 parent ae3f87f commit c81f226

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@
172172
<version>${mockito.version}</version>
173173
<scope>test</scope>
174174
</dependency>
175+
<dependency>
176+
<groupId>org.mockito</groupId>
177+
<artifactId>mockito-subclass</artifactId>
178+
<version>${mockito.version}</version>
179+
<scope>test</scope>
180+
</dependency>
175181
<dependency>
176182
<groupId>org.mockito</groupId>
177183
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)