diff --git a/build.gradle b/build.gradle index 521a44642e..05fc6d1903 100644 --- a/build.gradle +++ b/build.gradle @@ -212,7 +212,6 @@ project('spring-integration-core') { 'org.apache.commons.logging;version="[1.1.1, 2.0.0)"', 'org.aopalliance.*;version="[1.0.0, 2.0.0)"', 'org.codehaus.jackson.*;version="[1.0.0, 2.0.0)";resolution:=optional', - 'com.fasterxml.jackson.*;version="[1.9.0, 3.0.0)";resolution:=optional', 'org.w3c.dom.*;version="0"' ] } @@ -868,7 +867,6 @@ project('spring-integration-twitter') { 'org.springframework.beans.*;version="[3.0.7, 4.0.0)"', 'org.springframework.context;version="[3.0.7, 4.0.0)"', 'org.springframework.core.*;version="[3.0.7, 4.0.0)"', - 'org.springframework.social.*;version="[1.0.3, 1.1.0)"', 'org.springframework.social.twitter.*;version="[1.0.4, 1.1.0)"', 'org.springframework.security.crypto.*;version="[3.1.0, 3.2.0)"', 'org.springframework.scheduling.*;version="[3.0.7, 4.0.0)"',