Shubham, Ankit | Add. Dependency for mocking

This commit is contained in:
Kuamr Shubham
2020-03-05 17:17:19 +05:30
parent 416515d9e9
commit a8c2513400

View File

@@ -69,6 +69,12 @@
<artifactId>hibernate-types-52</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>