Skip to content

Commit

Permalink
update to rabbitmq client 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Mar 15, 2011
1 parent 1bcd3b6 commit 367c956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/plugin-river-rabbitmq.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/river/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ configurations {
dependencies {
compile project(':elasticsearch')

compile('com.rabbitmq:amqp-client:2.2.0') { transitive = false }
compile('com.rabbitmq:amqp-client:2.3.1') { transitive = false }
compile("commons-io:commons-io:1.2") { transitive = false }
distLib('com.rabbitmq:amqp-client:2.2.0') { transitive = false }
distLib('com.rabbitmq:amqp-client:2.3.1') { transitive = false }
distLib("commons-io:commons-io:1.2") { transitive = false }
}

Expand Down

0 comments on commit 367c956

Please sign in to comment.