Skip to content
Snippets Groups Projects
Verified Commit ca9b0232 authored by Adam Krídl's avatar Adam Krídl
Browse files

Add mockito dependency

parent a12291b7
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,13 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</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