From f6141504213d36126c55b94473ce37b39ef70592 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Sat, 23 Jan 2010 12:01:54 +0000 Subject: [PATCH] Fixed up POM bug --- build-spring-framework/build.xml | 2 +- org.springframework.integration-tests/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/build.xml b/build-spring-framework/build.xml index d53bf4449a..e541fa6777 100644 --- a/build-spring-framework/build.xml +++ b/build-spring-framework/build.xml @@ -37,7 +37,7 @@ - + diff --git a/org.springframework.integration-tests/pom.xml b/org.springframework.integration-tests/pom.xml index 56eaaaf5dc..b7c6b3b2b4 100644 --- a/org.springframework.integration-tests/pom.xml +++ b/org.springframework.integration-tests/pom.xml @@ -5,6 +5,12 @@ spring-integration-tests jar 3.0.1.BUILD-SNAPSHOT + + org.springframework + spring-parent + ../org.springframework.spring-parent + 3.0.1.BUILD-SNAPSHOT + com.caucho -- GitLab