DSL: JMS in/out adapters, outbound gateway

* Others fixes, improvements and refactoring
This commit is contained in:
Artem Bilan
2014-06-11 19:16:57 +03:00
parent 7394516a2d
commit b42e6e1503
19 changed files with 680 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ ext {
log4jVersion = '1.2.17'
slf4jVersion = '1.7.6'
springIntegrationVersion = '4.0.2.RELEASE'
springBootVersion = '1.1.0.BUILD-SNAPSHOT'
springBootVersion = '1.1.0.RELEASE'
linkHomepage = 'https://github.com/spring-projects/spring-integration-extensions'
linkCi = 'https://build.spring.io/browse/INTEXT'
@@ -81,7 +81,6 @@ dependencies {
testCompile "de.flapdoodle.embed:de.flapdoodle.embed.mongo:$embedMongoVersion"
testCompile "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
testRuntime "log4j:log4j:$log4jVersion"
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion"
testRuntime "org.slf4j:slf4j-log4j12:$slf4jVersion"
testRuntime("org.apache.activemq:activemq-broker:$activeMqVersion")