dev@glassfish.java.net

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

From: Mahesh Kannan <Mahesh.Kannan_at_Sun.COM>
Date: Thu, 29 Oct 2009 16:49:55 -0700

Jerome I was just avoiding the need to specify the versions in the
orb-connector/pom.xml. If we remove the entries from top level pom.xml
then orb-connector/pom.xml must have the version elements.

Thanks,
--Mahesh


Jerome Dochez wrote:
> we should ask mahesh why he added those, it is incorrect but he was
> maybe trying to solve something.
>
> jerome
>
> On Oct 29, 2009, at 4:23 PM, 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
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>