From 9f97cca727b4d5b284c43f4f11513cdbba63f96f Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Mon, 19 Sep 2011 11:33:34 -0400 Subject: [PATCH] INT-2129 Fix the pom.xml for Twitter adapter. --- spring-integration-twitter/pom.xml | 36 +++++++++++++++++------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index bd16bd9f2e..51a07cb154 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -88,12 +88,6 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-context-support @@ -101,9 +95,9 @@ compile - org.twitter4j - twitter4j-core - 2.1.12 + org.springframework.security + spring-security-crypto + 3.1.0.RC3 compile @@ -124,6 +118,12 @@ 1.2.12 test + + org.springframework.social + spring-social-twitter + 1.0.0.RELEASE + compile + org.easymock easymock @@ -136,6 +136,12 @@ 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + javax.activation activation @@ -143,18 +149,18 @@ compile true - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.hamcrest hamcrest-all 1.1 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.mockito mockito-all