dev@glassfish.java.net

Re: grizzly 1.9.18 integration issue

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Wed, 19 Aug 2009 19:54:25 -0400

It's a whole slew of these:

at
org.jvnet.maven.plugin.antrun.DependencyExclusionFilter$1.visit(DependencyExclusionFilter.java:62)

I'll try removing those exclusions and see if that helps. This feels an
awful lot like a bug in the maven mojo. Did we update this recently?

Snjezana Sevo-Zenzerovic wrote:
> Justin Lee wrote:
>
>> That seems to fix the problem in nucleus but now i'm seeing a hang in
>> package/glassfish-cmp. I don't see any exclusions, there, though.
>
> Not directly in glassfish-cmp/pom.xml but I do see some in underlying
> cmp modules...
>
> So, what exactly happens during the build failure? Do you get out of
> memory error or something else? Could you also check what's currently
> in your MAVEN_OPTS, this might be simply the matter of increasing the
> heap size...
>
>>
>> Snjezana Sevo-Zenzerovic wrote:
>>
>>> Justin,
>>>
>>> could you check if this still happens if you remove stax dependency
>>> exclusion from packager/glassfish-nucleus/pom.xml - i.e. replace
>>>
>>> <dependency>
>>> <groupId>org.glassfish.core</groupId>
>>> <artifactId>kernel</artifactId>
>>> <version>${project.version}</version>
>>> <exclusions>
>>> <exclusion>
>>> <groupId>stax</groupId>
>>> <artifactId>stax</artifactId>
>>> </exclusion>
>>> </exclusions>
>>> </dependency>
>>> with
>>>
>>> <dependency>
>>> <groupId>org.glassfish.core</groupId>
>>> <artifactId>kernel</artifactId>
>>> <version>${project.version}</version>
>>> </dependency>
>>> The problem might be that grizzly-http-servlet brings in quite a few
>>> transitional dependencies and I noticed before that dependency
>>> exclusion filter in ant plugin doesn't seem to scale very well...
>>>
>>> If this works for you let me know, since the fix will then be to
>>> remove exclusion from the pom file and add corresponding exclusion
>>> to dependency graph processing in glassfish-nucleus build.xml file.
>>>
>>> Thanks,
>>>
>>> Snjezana
>>>
>>>
>>> Snjezana Sevo-Zenzerovic wrote:
>>>
>>>> Justin,
>>>>
>>>> I'll take a look and let you know...
>>>>
>>>> Thanks,
>>>>
>>>> Snjezana
>>>>
>>>> Justin Lee wrote:
>>>>
>>>>> I'd added some unit tests in the grizzly tree to try to better
>>>>> unit test grizzly-config before it hit the glassfish tree. I
>>>>> added this dependency:
>>>>>
>>>>> <dependency>
>>>>> <groupId>com.sun.grizzly</groupId>
>>>>> <artifactId>grizzly-http-servlet</artifactId>
>>>>> <version>${grizzly-version}</version>
>>>>> <scope>test</scope>
>>>>> </dependency>
>>>>>
>>>>> With this dependency in place, the build hits an infinite loop in
>>>>> packager/glassfish-nucleus at
>>>>> java/org/jvnet/maven/plugin/antrun/DependencyExclusionFilter.java:82.
>>>>> If i comment that dep out of the pom file in the ~/.m2, it builds
>>>>> fine. If I put it back in the pom, it crashes. Does anyone know
>>>>> why this would happen? I added some debug to the maven plugin and
>>>>> saved the output to a file. The file itself is huge, but here's
>>>>> the tail end of it before it dies:
>>>>>
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->javax.servlet:servlet-api:2.5
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(compile)-->com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(compile)-->javax.ws.rs:jsr311-api:1.1
>>>>>
>>>>> node = javax.ws.rs:jsr311-api:1.1
>>>>> e = javax.ws.rs:jsr311-api:1.1--(test)-->junit:junit:4.3.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(test)-->com.sun.net.httpserver:http:20070405
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(compile)-->com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(compile)-->javax.ws.rs:jsr311-api:1.1
>>>>>
>>>>> node = javax.ws.rs:jsr311-api:1.1
>>>>> e = javax.ws.rs:jsr311-api:1.1--(test)-->junit:junit:4.3.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(compile)-->asm:asm:3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.annotation:jsr250-api:1.0
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.persistence:persistence-api:1.0.2
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.servlet:servlet-api:2.5
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.servlet:jsp-api:2.0
>>>>>
>>>>> node = javax.servlet:jsp-api:2.0
>>>>> e =
>>>>> javax.servlet:jsp-api:2.0--(compile)-->javax.servlet:servlet-api:2.5
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile)-->org.glassfish:javax.transaction:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.transaction:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.transaction:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile)-->org.glassfish:javax.annotation:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.annotation:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.annotation:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile/optional)-->org.glassfish:javax.xml.rpc:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->ant:ant:1.6.5
>>>>>
>>>>> node = ant:ant:1.6.5
>>>>> e = ant:ant:1.6.5--(compile/optional)-->xerces:xercesImpl:2.6.2
>>>>> node = ant:ant:1.6.5
>>>>> e = ant:ant:1.6.5--(compile/optional)-->xml-apis:xml-apis:1.3.04
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->javax.servlet:servlet-api:2.5
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(compile)-->com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(compile)-->javax.ws.rs:jsr311-api:1.1
>>>>>
>>>>> node = javax.ws.rs:jsr311-api:1.1
>>>>> e = javax.ws.rs:jsr311-api:1.1--(test)-->junit:junit:4.3.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-client:1.1.1-ea-SNAPSHOT--(test)-->com.sun.net.httpserver:http:20070405
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(compile)-->com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>>
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(compile)-->javax.ws.rs:jsr311-api:1.1
>>>>>
>>>>> node = javax.ws.rs:jsr311-api:1.1
>>>>> e = javax.ws.rs:jsr311-api:1.1--(test)-->junit:junit:4.3.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-core:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(compile)-->asm:asm:3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.annotation:jsr250-api:1.0
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.persistence:persistence-api:1.0.2
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.mail:mail:1.4
>>>>>
>>>>> node = javax.mail:mail:1.4
>>>>> e = javax.mail:mail:1.4--(compile)-->javax.activation:activation:1.1
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.xml.bind:jaxb-api:2.1
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.xml.stream:stax-api:1.0-2
>>>>>
>>>>> node = javax.xml.bind:jaxb-api:2.1
>>>>> e =
>>>>> javax.xml.bind:jaxb-api:2.1--(compile)-->javax.activation:activation:1.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.servlet:servlet-api:2.5
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->javax.servlet:jsp-api:2.0
>>>>>
>>>>> node = javax.servlet:jsp-api:2.0
>>>>> e =
>>>>> javax.servlet:jsp-api:2.0--(compile)-->javax.servlet:servlet-api:2.5
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile)-->org.glassfish:javax.transaction:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.transaction:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.transaction:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile)-->org.glassfish:javax.annotation:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.annotation:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.annotation:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(compile/optional)-->org.glassfish:javax.xml.rpc:3.0-SNAPSHOT
>>>>>
>>>>> node = org.glassfish:javax.ejb:3.0-SNAPSHOT
>>>>> e =
>>>>> org.glassfish:javax.ejb:3.0-SNAPSHOT--(test/optional)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->ant:ant:1.6.5
>>>>>
>>>>> node = ant:ant:1.6.5
>>>>> e = ant:ant:1.6.5--(compile/optional)-->xerces:xercesImpl:2.6.2
>>>>> node = ant:ant:1.6.5
>>>>> e = ant:ant:1.6.5--(compile/optional)-->xml-apis:xml-apis:1.3.04
>>>>> node = com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT
>>>>> e =
>>>>> com.sun.jersey:jersey-server:1.1.1-ea-SNAPSHOT--(provided)-->com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-portunif:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-servlet-webserver:1.9.8
>>>>> e =
>>>>> com.sun.grizzly:grizzly-servlet-webserver:1.9.8--(compile)-->com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(compile)-->javax.servlet:servlet-api:2.5
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http-servlet:1.9.18-SNAPSHOT--(test)-->com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(test)-->junit:junit:4.3.1
>>>>>
>>>>> node = com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-http:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-rcm:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>>
>>>>> node = com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT
>>>>> e =
>>>>> com.sun.grizzly:grizzly-framework:1.9.18-SNAPSHOT--(compile)-->com.sun.grizzly:grizzly-utils:1.9.18-SNAPSHOT
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>