sstone / amqp-client

[THIS PROJECT HAS BEEN ARCHIVED AND IS NO LONGER MAINTAINED] Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client
MIT License
161 stars 88 forks source link

wrong sha1 for amqp-client_2.11-1.5.pom on maven central repo #63

Closed rcristian closed 9 years ago

rcristian commented 9 years ago

Here's a snippet from a sbt project that has this package as a dep:

[info] Resolving com.github.sstone#amqp-client_2.11;1.5 ... [warn] problem while downloading module descriptor: https://repo1.maven.org/maven2/com/github/sstone/amqp-client_2.11/1.5/amqp-client_2.11-1.5.pom: invalid sha1: expected=42e068568008f5994a4d5ef3f425470be7c0fe35 computed=5b68b5b75889e94c2c7892fcecfa7f5010d27dcc (460ms)

sstone commented 9 years ago

It seems that the checksum on maven central is bad indeed, I'll try and check what might have gone wrong in the staging phase. I'll update this issue asap. Meanwhile you can just clone and compile amqp-client (yes I got this tip from Captain Obvious :)) Thanks!

sstone commented 9 years ago

Ok, checksums should be correct now. Thanks!