users@grizzly.java.net

Grizzly 2, Maven dependency problem ?

From: Gay David (Annecy) <"Gay>
Date: Tue, 2 Aug 2011 09:27:59 +0000

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