Skip to content

Commit

Permalink
Remove mockito-inline from tests
Browse files Browse the repository at this point in the history
https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.60

mockito-inline was removed in mockito/mockito#2945, replaced with mockito-core. C
  • Loading branch information
MarkEWaite committed Apr 17, 2023
1 parent 12fc259 commit 218a28a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -154,11 +154,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
Expand Down

0 comments on commit 218a28a

Please sign in to comment.