Merge pull request #611 from DataDog/gary/restore-amqp-latestdeptest
Restore RabbitMQ latestDepTest to use latest version
This commit is contained in:
commit
61b403a69a
|
@ -37,9 +37,7 @@ dependencies {
|
|||
testCompile deps.testcontainers
|
||||
|
||||
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
|
||||
// revert back to using latest
|
||||
latestDepTestCompile group: 'org.springframework.amqp', name: 'spring-rabbit', version: '2.1.0.RELEASE'
|
||||
latestDepTestCompile group: 'org.springframework.amqp', name: 'spring-rabbit', version: '+'
|
||||
}
|
||||
|
||||
configurations.testRuntime {
|
||||
|
|
Loading…
Reference in New Issue