Restore RabbitMQ latestDepTest to use latest version

Since spring-rabbit no longer uses a dependency with a snapshot build.
This commit is contained in:
Gary Huang 2018-12-02 20:06:36 -05:00
parent 44aadf36ce
commit 2c85b5cbb8
No known key found for this signature in database
GPG Key ID: 0CB168EE6C6844B7
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@ dependencies {
testCompile deps.testcontainers testCompile deps.testcontainers
latestDepTestCompile group: 'com.rabbitmq', name: 'amqp-client', version: '+' latestDepTestCompile group: 'com.rabbitmq', name: 'amqp-client', version: '+'
// TODO: check next version of amqp to make sure the dependencies can be downloaded from maven and latestDepTestCompile group: 'org.springframework.amqp', name: 'spring-rabbit', version: '+'
// revert back to using latest
latestDepTestCompile group: 'org.springframework.amqp', name: 'spring-rabbit', version: '2.1.0.RELEASE'
} }
configurations.testRuntime { configurations.testRuntime {