updating poms for M2 release

This commit is contained in:
Mark Fisher
2009-12-24 16:40:07 +00:00
parent f98bd4cc9d
commit 5dd8dd6889
7 changed files with 13 additions and 19 deletions

View File

@@ -66,10 +66,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.6</version>
<scope>test</scope>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>