users@grizzly.java.net

Re: [ANNOUNCE] Grizzly 2.1 Released!

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

On 4/27/11 9:25 AM, Ryan Lubke wrote:
> 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>

Actually, we're seeing similar problems here with dependencies from that
server not being found. We wait a couple minutes and then they appear
again. We'll contact the folks in charge. Best I can say is if you do
have the repository entry and the build fails. Give it a couple of minutes.

>
>> 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.
>