Skip to content

Commit 1fb111a

Browse files
committed
add mockito dependency
1 parent ea3b36c commit 1fb111a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@
127127
<version>3.5.2</version>
128128
<scope>test</scope>
129129
</dependency>
130+
<dependency>
131+
<groupId>org.mockito</groupId>
132+
<artifactId>mockito-core</artifactId>
133+
<version>2.2.25</version>
134+
<scope>test</scope>
135+
</dependency>
130136
</dependencies>
131137

132138
</project>

0 commit comments

Comments
 (0)