dev@glassfish.java.net

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 16:50:15 -0500

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>