Skip to content

Commit ae3f87f

Browse files
committed
[pom] Remove mockito subclass as not needed
legacy usage. mockito is doing inline and all tests work so removing that.
1 parent 32970be commit ae3f87f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,6 @@
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>
181175
<dependency>
182176
<groupId>org.mockito</groupId>
183177
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)