Skip to content

Commit 46e0fa4

Browse files
committed
iluwatar#467 data-bus: pom.xml: add mockito dependency
1 parent 86009f2 commit 46e0fa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data-bus/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@
4242
<artifactId>junit</artifactId>
4343
<scope>test</scope>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.mockito</groupId>
47+
<artifactId>mockito-core</artifactId>
48+
<scope>test</scope>
49+
</dependency>
4550
</dependencies>
4651
</project>

0 commit comments

Comments
 (0)