upgrade to rabbitmq client 2.2.0

This commit is contained in:
kimchy 2010-12-26 12:50:52 +02:00
parent 4245eb7395
commit 27fe076175
2 changed files with 4 additions and 6 deletions

View File

@ -15,13 +15,11 @@
<orderEntry type="module-library">
<library name="rabbitmq">
<CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/com.rabbitmq/amqp-client/jars/amqp-client-2.1.0.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/commons-io/commons-io/jars/commons-io-1.2.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/com.rabbitmq/amqp-client/jars/amqp-client-2.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$USER_HOME$/opt/rabbitmq/java-client-2.1.0/src" />
</SOURCES>
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module" module-name="test-testng" scope="TEST" />

View File

@ -32,9 +32,9 @@ configurations {
dependencies {
compile project(':elasticsearch')
compile('com.rabbitmq:amqp-client:2.1.0') { transitive = false }
compile('com.rabbitmq:amqp-client:2.2.0') { transitive = false }
compile("commons-io:commons-io:1.2") { transitive = false }
distLib('com.rabbitmq:amqp-client:2.1.0') { transitive = false }
distLib('com.rabbitmq:amqp-client:2.2.0') { transitive = false }
distLib("commons-io:commons-io:1.2") { transitive = false }