Put the mockito version in the central version list

This commit is contained in:
Hugo Trippaers 2012-12-02 12:02:00 -08:00
parent 7fcfcdf91e
commit b0955e43ff
2 changed files with 1 additions and 8 deletions

View File

@ -26,12 +26,4 @@
<version>4.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -81,6 +81,7 @@
<cs.jstl.version>1.2</cs.jstl.version>
<cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version>
<cs.vmware.api.version>4.1</cs.vmware.api.version>
<cs.mockito.version>1.9.5</cs.mockito.version>
</properties>