dev@glassfish.java.net

Re: [REVIEW: pom.xml changes for jms-core]

From: Satish Kumar <Satish.Kumar_at_Sun.COM>
Date: Thu, 01 Oct 2009 11:14:29 +0530

Thanks for the review. I will remove the version number.
-Satish
Jerome Dochez wrote:
> it's fine although I believe we don't put version anymore as they are
> specified by the parent pom.xml
>
> jerome
>
> On Sep 30, 2009, at 5:28 AM, Satish Kumar wrote:
>
>> Please review the following change to jms/jms-core/pom.xml. I have
>> added a dependency on the internal-api module. This is required as a
>> consequence of the change to introduce a new @Contract -
>> MQInitializer for initializing the broker. JMSProviderLifeCycle.java
>> now implements MQInitializer.
>>
>> Index: jms/jms-core/pom.xml
>> ===================================================================
>> --- jms/jms-core/pom.xml (revision 31738)
>> +++ jms/jms-core/pom.xml (working copy)
>> @@ -41,6 +41,11 @@
>>
>> <dependencies>
>> <dependency>
>> + <groupId>org.glassfish.common</groupId>
>> + <artifactId>internal-api</artifactId>
>> + <version>3.0-SNAPSHOT</version>
>> + </dependency>
>> + <dependency>
>> <groupId>org.glassfish.connectors</groupId>
>> <artifactId>connectors-internal-api</artifactId>
>> <version>3.0-SNAPSHOT</version>
>>
>> ---------------------------------------------------------------------
>> 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
>