Skip to content
Snippets Groups Projects
Commit 512f9ab2 authored by uhensler's avatar uhensler
Browse files

OO-2741 Add Mockito as a dependency

parent dd5a2505
No related branches found
No related tags found
No related merge requests found
...@@ -2410,6 +2410,12 @@ ...@@ -2410,6 +2410,12 @@
<version>3.6.1</version> <version>3.6.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.22</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>xmlunit</groupId> <groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId> <artifactId>xmlunit</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment