Hi David,
yesterday I removed this dependency on the trunk :)
Thanks.
WBR,
Alexey.
On 08/02/2011 11:27 AM, Gay David (Annecy) wrote:
>
> Hi all,
>
> When I add the dependency org.glassfish.grizzly:grizzly-http-servlet
> version 2.1.1, I got one transitive dependency that I think is wrong.
> It's the org.glassfish.grizzly:grizzly-framework with the classifier
> tests.
>
> And when I look at the POM, this is explicitly set :
>
> <dependencies>
>
> ...
>
> <dependency>
>
> <groupId>org.glassfish.grizzly</groupId>
>
> <artifactId>grizzly-framework</artifactId>
>
> <classifier>tests</classifier>
>
> <version>${project.version}</version>
>
> </dependency>
>
> ...
>
> I may be wrong, but I think the <scope>test</scope> is missing in this
> dependency descriptor no ?
>
> I can open an issue if someone confirm the problem.
>
> Regards
>
> David
>