dev@glassfish.java.net

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

From: Satish Kumar <Satish.Kumar_at_Sun.COM>
Date: Wed, 30 Sep 2009 17:58:50 +0530

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>