Skip to content

Commit df08e65

Browse files
committed
Add mockito-inline dependency
1 parent e47d868 commit df08e65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,6 +1986,11 @@
19861986
<artifactId>mockito-core</artifactId>
19871987
<version>${mockito.version}</version>
19881988
</dependency>
1989+
<dependency>
1990+
<groupId>org.mockito</groupId>
1991+
<artifactId>mockito-inline</artifactId>
1992+
<version>${mockito.version}</version>
1993+
</dependency>
19891994
<dependency>
19901995
<groupId>org.mongodb</groupId>
19911996
<artifactId>bson</artifactId>

0 commit comments

Comments
 (0)