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.