Fixing deps (#251)
This commit is contained in:
@@ -12,11 +12,11 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':accurest-core')
|
||||
compile "org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}"
|
||||
compile 'org.apache.camel:camel-spring-boot-starter:2.17.0'
|
||||
compile 'org.apache.camel:camel-jms:2.17.0'
|
||||
compile "org.apache.camel:camel-spring-boot-starter:${camelVersion}"
|
||||
compile "org.apache.camel:camel-jms:${camelVersion}"
|
||||
compile 'org.apache.activemq:activemq-camel:5.12.1'
|
||||
compile 'org.apache.activemq:activemq-pool:5.12.1'
|
||||
compile 'org.apache.camel:camel-jackson:2.17.0'
|
||||
compile "org.apache.camel:camel-jackson:${camelVersion}"
|
||||
|
||||
testCompile project(':accurest-messaging-root:accurest-messaging-camel')
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
|
||||
|
||||
@@ -12,7 +12,7 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':accurest-core')
|
||||
compile "org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}"
|
||||
compile 'org.springframework:spring-jms:4.2.3.RELEASE'
|
||||
compile "org.springframework:spring-jms:${springVersion}"
|
||||
|
||||
compile 'org.apache.activemq:activemq-broker:5.12.1'
|
||||
compile 'org.apache.activemq:activemq-pool:5.12.1'
|
||||
|
||||
@@ -12,10 +12,10 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':accurest-core')
|
||||
compile "org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}"
|
||||
compile 'org.springframework.cloud:spring-cloud-stream-binder-rabbit:1.0.0.RC2'
|
||||
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit:${springStreamVersion}"
|
||||
|
||||
testCompile project(':accurest-messaging-root:accurest-messaging-stream')
|
||||
testCompile 'org.springframework.cloud:spring-cloud-stream-test-support:1.0.0.RC2'
|
||||
testCompile "org.springframework.cloud:spring-cloud-stream-test-support:${springStreamVersion}"
|
||||
testCompile('org.spockframework:spock-spring:1.0-groovy-2.4') {
|
||||
exclude(group: 'org.codehaus.groovy')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user