Skip to content

Commit 80875a9

Browse files
committed
Removed dependency on Mockito from pom
1 parent 4d820b1 commit 80875a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mute-idiom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,5 @@
3030
<artifactId>junit</artifactId>
3131
<scope>test</scope>
3232
</dependency>
33-
<dependency>
34-
<groupId>org.mockito</groupId>
35-
<artifactId>mockito-core</artifactId>
36-
<scope>compile</scope>
37-
</dependency>
3833
</dependencies>
3934
</project>

0 commit comments

Comments
 (0)