dev@glassfish.java.net

Re: please review pom.xml changes for JSR 77 module

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 10 Apr 2009 01:06:46 +0530

Lloyd Chambers wrote:
>>>
>>> <dependency>
>>> <groupId>org.glassfish.common</groupId>
>>> <artifactId>stats77</artifactId>
>>> <version>${project.version}</version>
>>> </dependency>
>> Why is this dependency needed? This was not there when you sent the
>> POM first time for review, was this? Did you edit the wrong file again?
> No, this is correct. We have another module in which we implement
> Stats and Statistics, which we need to use without relying on JSR 77
> itself.
>
>
Tell me why javax.management.j2ee module needs stats77 at build time.
Does any code in javax.management.j2ee module have dependency on stats77
module?

Sahoo