dev@glassfish.java.net

Re: appclient/client/acc pom.xml review request - adjust to changed dependency on cmp module

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Wed, 16 Sep 2009 17:14:26 -0500

Jane Young wrote:
> Changes look fine but Mitesh needs to first fix the build before you
> can commit.
Oh, yes! I was planning on waiting!

I also need to run the devtest that exercises the fix, also once Mitesh
finishes with his work.

Then I'll check in.

Thanks.

- Tim
>
> Thanks,
> Jane
>
>
> Tim Quinn wrote:
>> Hi.
>>
>> This change accounts for the new cmp module Mitesh has created and
>> the dependency on it (runtime only) from the ACC.
>>
>> Thanks.
>>
>> (full source attached)
>>
>> - Tim
>>
>> Index: appclient/client/acc/pom.xml
>> ===================================================================
>> --- appclient/client/acc/pom.xml (revision 31412)
>> +++ appclient/client/acc/pom.xml (working copy)
>> @@ -455,5 +455,12 @@
>> <version>${project.version}</version>
>> </dependency>
>>
>> + <dependency>
>> + <scope>runtime</scope>
>> + <groupId>org.glassfish.persistence.cmp</groupId>
>> + <artifactId>cmp-internal-api</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
>