Skip to content

Commit 697a558

Browse files
committed
Add mockito-inline dependency
1 parent a4a19e1 commit 697a558

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
@@ -1928,6 +1928,11 @@
19281928
<artifactId>mockito-core</artifactId>
19291929
<version>${mockito.version}</version>
19301930
</dependency>
1931+
<dependency>
1932+
<groupId>org.mockito</groupId>
1933+
<artifactId>mockito-inline</artifactId>
1934+
<version>${mockito.version}</version>
1935+
</dependency>
19311936
<dependency>
19321937
<groupId>org.mongodb</groupId>
19331938
<artifactId>bson</artifactId>

0 commit comments

Comments
 (0)