dev@glassfish.java.net

[Fwd: [v3 - action] pom change review request]

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Thu, 14 May 2009 17:13:59 -0500

Omitted the dev alias from the original request.

attached mail follows:



Hi.

Satish has let me know what dependencies the ACC should have to support
JMS.

The changes listed below declare the new dependencies on maven modules.
(Other JARs Satish mentioned are pulled in via transitive dependencies.)

I had earlier added other queuing-related dependencies on non-OSGi
modules in the appclient/client/acc-standalone/pom.xml and related
fixup.xml ant script.

Thanks.

- Tim

Index: appclient/client/acc/pom.xml
===================================================================
--- appclient/client/acc/pom.xml (revision 27370)
+++ appclient/client/acc/pom.xml (working copy)
@@ -383,5 +383,19 @@
          <version>${project.version}</version>
      </dependency>
 
+ <dependency>
+ <scope>runtime</scope>
+ <groupId>org.glassfish.jms</groupId>
+ <artifactId>jms-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <scope>runtime</scope>
+ <groupId>org.glassfish</groupId>
+ <artifactId>javax.jms</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
    </dependencies>
 </project>