diff --git a/build.gradle b/build.gradle index 38b0f15e2d..aeffe7323a 100644 --- a/build.gradle +++ b/build.gradle @@ -172,7 +172,7 @@ project('spring-integration-core') { dependencies { compile "org.springframework:spring-aop:$springVersion" compile "org.springframework:spring-context:$springVersion" - compile("org.springframework:spring-tx:$springVersion", optional) + compile "org.springframework:spring-tx:$springVersion" compile("org.codehaus.jackson:jackson-mapper-asl:$jacksonVersion", optional) testCompile "org.aspectj:aspectjrt:$aspectjVersion" testCompile "org.aspectj:aspectjweaver:$aspectjVersion"