dev@glassfish.java.net

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

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Wed, 30 Sep 2009 21:40:47 -0700

it's fine although I believe we don't put version anymore as they are
specified by the parent pom.xml

jerome

On Sep 30, 2009, at 5:28 AM, Satish Kumar wrote:

> 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>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>