Update Spring AMQP to 1.4.5

This commit is contained in:
Gary Russell
2015-05-13 10:09:27 +01:00
parent a162536a69
commit 77a570045e
2 changed files with 1 additions and 2 deletions

View File

@@ -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'

View File

@@ -438,7 +438,6 @@ public class StubRabbitConnectionFactory implements ConnectionFactory {
return null;
}
@Override
@Deprecated
public void basicRecoverAsync(boolean requeue) throws IOException {
}