dev@glassfish.java.net

Re: kernel and config-api dependencies in top level pom.xml

From: Snjezana Sevo-Zenzerovic <Snjezana.Sevo-Zenzerovic_at_Sun.COM>
Date: Thu, 29 Oct 2009 16:31:55 -0700

Thanks, Jane.

Jane Young wrote:
> Not correct. I'll remove it from dependencyManagement.
> Thanks for pointing this out.
>
> Jane
>
>
>
> Snjezana Sevo-Zenzerovic wrote:
>> I currently see these dependencies listed in the dependencyManagement
>> section of top level pom.xml:
>>
>> <dependency>
>> <groupId>org.glassfish.admin</groupId>
>> <artifactId>config-api</artifactId>
>> <version>${project.version}</version>
>> </dependency>
>> <dependency>
>> <groupId>org.glassfish.core</groupId>
>> <artifactId>kernel</artifactId>
>> <version>${project.version}</version>
>> </dependency>
>> <dependency>
>> <groupId>org.glassfish.tests</groupId>
>> <artifactId>utils</artifactId>
>> <version>${project.version}</version>
>> </dependency>
>>
>> Is this correct given that at least kernel and congif-api modules
>> are built as part of the project itself?
>>
>> Thanks,
>>
>> Snjezana
>>
>> ---------------------------------------------------------------------
>> 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
>