INT-999: fix POMs

This commit is contained in:
David Syer
2010-03-01 15:03:20 +00:00
parent 1323aa6368
commit fa7d80aaae
8 changed files with 128 additions and 88 deletions

View File

@@ -16,7 +16,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.0</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@@ -33,7 +33,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>