[rabbitmq-discuss] RabbitMQ 1.7.2 Available in Sonatype OSS Maven Repository

Paul Jones pauljones23 at gmail.com
Mon Feb 22 08:07:52 GMT 2010


And following up on this, 1.7.2 is now available in central. So, as per the
website, you'll now be able to add:

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>1.7.2</version>
</dependency>

to you pom, and RabbitMQ will be available.

Thanks to the kind folks at Sonatype for hosting the OSS repository, thus
making this whole process possible (with very little maintenance on our side
too!)

Cheers,
Paul.

On Wed, Feb 17, 2010 at 11:31 AM, Paul Jones <pauljones23 at gmail.com> wrote:

> Hi,
>
> Following the release of RabbitMQ 1.7.2, the Java client is available for
> Maven users via the repository hosted by Sonatype at
> http://oss.sonatype.org/content/repositories/releases. We're hoping to get
> synching to central set up soon too, so specifically listing the repository
> should only be necessary whilst we get that process completed.
>
> For those wishing to use the client before this happens, you'll need to add
> a repository element to your pom, such as:
>
> <repositories>
>   <repository>
>       <id>sonatype-oss-releases</id>
>       <name>Sonatype OSS Releases</name>
>       <url>http://oss.sonatype.org/content/repositories/releases/</url>
>     </repository>
> </repositories>
>
> If you already run an internal Maven mirror, you could also just configure
> that repository as an upstream (instructions are left up to the reader on
> that part though).
>
> Cheers,
> Paul.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100222/d4b1ced4/attachment.htm 


More information about the rabbitmq-discuss mailing list