Merge pull request #532 from garyrussell/INT-2647

* garyrussell-INT-2647:
  INT-2647 spring-tx Needed as Transitive Dependency
This commit is contained in:
Gunnar Hillert
2012-07-02 16:38:39 -04:00

View File

@@ -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"