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

@@ -55,17 +55,11 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration.adapter</groupId>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-adapter</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration.message</groupId>
<artifactId>spring-integration-message</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>