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

@@ -54,6 +54,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>