Skip to content

Commit 9674791

Browse files
committed
First test
1 parent 8ae8cc6 commit 9674791

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
@@ -66,6 +66,12 @@
6666
<version>${junit.version}</version>
6767
<scope>test</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>org.mockito</groupId>
71+
<artifactId>mockito-core</artifactId>
72+
<version>2.9.0</version>
73+
<scope>test</scope>
74+
</dependency>
6975
</dependencies>
7076

7177
<build>

0 commit comments

Comments
 (0)