Skip to content

Commit c68d58b

Browse files
committed
Remove unnecessary Mockito-inline dependency
See mockito/mockito#2877
1 parent 9b46959 commit c68d58b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
<version>${quarkus-github-app.version}</version>
9393
<scope>test</scope>
9494
</dependency>
95-
<dependency>
96-
<groupId>org.mockito</groupId>
97-
<artifactId>mockito-inline</artifactId>
98-
<scope>test</scope>
99-
</dependency>
10095
<dependency>
10196
<groupId>org.mockito</groupId>
10297
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)