users@grizzly.java.net

Re: [ANNOUNCE] Grizzly 2.1 Released!

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Wed, 27 Apr 2011 09:25:48 -0700

On 4/27/11 12:27 AM, gagansnt wrote:
> Gr8! news.
>
> I am having problem updating my project using the dependency mentioned -
>
> <dependency>
> <groupId>org.glassfish.grizzly</groupId>
> <artifactId>grizzly-http-servlet</artifactId>
> <version>2.1</version>
> </dependency>
>
> It gives following error -
> 4/27/11 12:53:19 PM IST: Missing artifact
> org.glassfish.grizzly:grizzly-http-servlet:jar:2.1:compile

Can you make sure that your repositories section includes:

<repository>
<id>glassfish-maven2-repository.dev.java.net</id>
<name>Java.net Maven 2 Repository for GlassFish</name>
<url>http://download.java.net/maven/glassfish/</url>
<layout>default</layout>
</repository>

> Thanks,
> Gagan
>
> --
> View this message in context: http://grizzly.1045725.n5.nabble.com/ANNOUNCE-Grizzly-2-1-Released-tp4342067p4342944.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.