Drop spring-amqp dependency version down to 1.1.1
Spring Cloud Connector dependencies on other Spring projects (e.g. Spring AMQP, Spring Data) are not transient, but only necessary for compiling the Spring Cloud Connector code itself. Users of Spring Cloud Connectors are responsible for providing their own Spring dependencies of an appropriate version. Spring Cloud Connector should depend on the oldest version of a Spring project that provides all the APIs necessary for compilation. In the case of Spring AMQP, this is 1.1.1.
This commit is contained in:
@@ -16,7 +16,7 @@ ext {
|
||||
springVersion = "3.1.4.RELEASE"
|
||||
tomcatVersion = "7.0.53"
|
||||
|
||||
springAmqpVersion = "1.3.6.RELEASE"
|
||||
springAmqpVersion = "1.1.1.RELEASE"
|
||||
springDataRedisVersion = "1.1.1.RELEASE"
|
||||
springDataMongoVersion = "1.2.4.RELEASE"
|
||||
|
||||
@@ -188,7 +188,7 @@ ext {
|
||||
"jedis24-redis13" : [jedisVersion : "2.4.2", springDataRedisVersion : "1.3.0.RELEASE"],
|
||||
"amqp11" : [springAmqpVersion: "1.1.4.RELEASE"],
|
||||
"amqp12" : [springAmqpVersion: "1.2.2.RELEASE"],
|
||||
"amqp13" : [springAmqpVersion: "1.3.3.RELEASE"],
|
||||
"amqp13" : [springAmqpVersion: "1.3.6.RELEASE"],
|
||||
"spring32": [springVersion : "3.2.9.RELEASE"],
|
||||
"spring40": [springVersion : "4.0.5.RELEASE"]
|
||||
]
|
||||
|
||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Wed May 14 18:01:52 PDT 2014
|
||||
#Fri Oct 31 16:08:34 CDT 2014
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
|
||||
|
||||
Reference in New Issue
Block a user