Skip to content

Commit

Permalink
Downgrade rabbitmq.amqp-client library to version 3.1.4 because 3.1.5…
Browse files Browse the repository at this point in the history
… isn't at maven central repo yet
  • Loading branch information
rfortesg committed Aug 28, 2013
1 parent 845c19b commit 99639f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>3.1.5</version>
<version>3.1.4</version>
</dependency>
<dependency>
<groupId>mx.bigdata.anyobject</groupId>
Expand Down

0 comments on commit 99639f5

Please sign in to comment.