Removed dependency on Mockito from pom

This commit is contained in:
Narendra Pathai 2016-03-26 12:36:50 +05:30
parent 4d820b12ff
commit 80875a9ac8

View File

@ -29,11 +29,6 @@
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>