INT-2647 spring-tx Needed as Transitive Dependency
Pseudo transaction support means some projects now need a transitive dependency to spring-tx. Previously the project was marked as optional in the POM.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user