From 5ebd3e6d0666ede280fdf35e51cec089ccaf2486 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 5 Nov 2009 02:39:32 +0000 Subject: [PATCH] Added pom.xml to fix a nightly build failure --- org.springframework.integration.osgi/pom.xml | 52 ++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 org.springframework.integration.osgi/pom.xml diff --git a/org.springframework.integration.osgi/pom.xml b/org.springframework.integration.osgi/pom.xml new file mode 100644 index 0000000000..0bb49c23ce --- /dev/null +++ b/org.springframework.integration.osgi/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + org.springframework.integration + spring-integration-osgi + jar + Spring Integration OSGi Extender + + org.springframework.integration + spring-integration-parent + 2.0.0.BUILD-SNAPSHOT + ../spring-integration-parent + + + + cglib + cglib-nodep + 2.1_3 + test + + + junit + junit + ${junit.version} + test + + + org.springframework + spring-context + ${spring.version} + compile + + + org.springframework + spring-test + ${spring.version} + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + org.mockito + mockito-all + 1.8.0 + test + + +