Update Spring AMQP to 1.4.5
This commit is contained in:
@@ -122,7 +122,7 @@ subprojects { subproject ->
|
||||
tomcatVersion = "7.0.55"
|
||||
smack3Version = '3.2.1'
|
||||
smackVersion = '4.0.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.2.RELEASE'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.5.RELEASE'
|
||||
springDataMongoVersion = '1.6.0.RELEASE'
|
||||
springDataRedisVersion = '1.4.0.RELEASE'
|
||||
springGemfireVersion = '1.5.0.RELEASE'
|
||||
|
||||
@@ -438,7 +438,6 @@ public class StubRabbitConnectionFactory implements ConnectionFactory {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Deprecated
|
||||
public void basicRecoverAsync(boolean requeue) throws IOException {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user