dev@glassfish.java.net

Re: POM CHANGE

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Fri, 02 Oct 2009 11:41:58 -0700

Looks good.
Since you have the provided scope, jms-core will not be packaged in the
gui packager... just confirming.

Thanks,
Jane


Jason Lee wrote:
> Resend...
>
> On Oct 1, 2009, at 1:03 PM, Jason Lee wrote:
>
>> Please review and approve the following POM change for the Admin
>> Console JMS Plugin:
>>
>> Index: admingui/jms-plugin/pom.xml
>> ===================================================================
>> --- admingui/jms-plugin/pom.xml (revision 32119)
>> +++ admingui/jms-plugin/pom.xml (working copy)
>> @@ -103,14 +103,20 @@
>> <dependency>
>> <groupId>org.glassfish.admingui</groupId>
>> <artifactId>console-plugin-service</artifactId>
>> - <version>${project.version}</version>
>> - <scope>provided</scope>
>> + <version>${project.version}</version>
>> + <scope>provided</scope>
>> </dependency>
>> <dependency>
>> + <groupId>org.glassfish.jms</groupId>
>> + <artifactId>jms-core</artifactId>
>> + <version>${project.version}</version>
>> + <scope>provided</scope>
>> + </dependency>
>> + <dependency>
>> <groupId>org.glassfish.admingui</groupId>
>> <artifactId>console-common</artifactId>
>> - <version>${project.version}</version>
>> - <scope>provided</scope>
>> + <version>${project.version}</version>
>> + <scope>provided</scope>
>> </dependency>
>> <dependency>
>> <groupId>com.sun.messaging.mq</groupId>
>>
>> This change allows us to get a reference to the JmsProviderLifecycle,
>> which exposes an API to start the JMS broker (issue 8877).
>
> <http://www.java.com> * Jason Lee *
> Senior Java Developer
> GlassFish Administration Console
>
> *Sun Microsystems, Inc.*
> Phone x31197/+1 405-343-1964
> Email jasondlee_at_sun.com <mailto:jasondlee_at_sun.com>
> Blog http://blogs.sun.com/jasondlee
> Blog http://blogs.steeplesoft.com
>
>