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

@@ -44,6 +44,17 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0_1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>