Fixed up POM bug

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2858 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Ben Hale 2010-01-23 12:01:54 +00:00
parent 07995dfb67
commit d5bdca4f23
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@
<artifactId>spring-integration-tests</artifactId>
<packaging>jar</packaging>
<version>3.0.1.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.caucho</groupId>