Merge pull request #8 from justwrote/master

Mockito should be a test dependency
This commit is contained in:
Harald Kuhr 2013-06-21 11:13:23 -07:00
commit 9b81db5e32
2 changed files with 7 additions and 5 deletions

View File

@ -90,6 +90,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -84,6 +84,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>