DSL: Add Jms.messageDriverAdapter

This commit is contained in:
Artem Bilan
2014-06-13 21:20:16 +03:00
parent 989ce89fed
commit 3085f71277
6 changed files with 282 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ dependencies {
testCompile "de.flapdoodle.embed:de.flapdoodle.embed.mongo:$embedMongoVersion"
testCompile "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion"
// testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion"
testRuntime "org.slf4j:slf4j-log4j12:$slf4jVersion"
testRuntime("org.apache.activemq:activemq-broker:$activeMqVersion")
testRuntime("org.apache.activemq:activemq-kahadb-store:$activeMqVersion") {