dev@glassfish.java.net

Re: [ACTION - second request] Re: [action] pom.xml change review request

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 01 May 2009 20:34:44 +0530

Tim,

I have already replied to this review request. Check your mail box and
let me know if that's not the case.

Thanks,
Sahoo

Tim Quinn wrote:
> Can someone please review this and reply? Originally sent Tuesday
> morning 4/28.
> - Tim
>
> Tim Quinn wrote:
>> Hi.
>>
>> This change adds a dependency on the transaction modules to the main
>> ACC OSGi module.
>>
>> Thanks.
>>
>> - Tim
>>
>> Index: pom.xml
>> ===================================================================
>> --- pom.xml (revision 26656)
>> +++ pom.xml (working copy)
>> @@ -219,7 +219,6 @@
>> <artifactId>ejb-container</artifactId>
>> <version>${project.version}</version>
>> </dependency>
>> -
>> <!--
>> We depend on the deployment/dtds module which contains the
>> sun-application-client-container_1_2.dtd. We use that for
>> @@ -365,5 +364,11 @@
>> <version>${project.version}</version>
>> </dependency>
>> -->
>> + <dependency>
>> + <groupId>org.glassfish.transaction</groupId>
>> + <artifactId>jts</artifactId>
>> + <version>${project.version}</version>
>> + </dependency>
>> +
>> </dependencies>
>> </project>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>