dev@glassfish.java.net

Re: pom.xml review

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Fri, 12 Apr 2013 18:40:04 +0200

On 4/11/13 8:02 PM, Marina Vatkina wrote:
> This change is for appserver/jms/gf-jms-injection/pom.xml to be able
> to get a hold of the current invocation:
How about the corresponding CCP approval ?
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 61272)
> +++ pom.xml (working copy)
> @@ -76,6 +76,12 @@
> </dependency>
>
> <dependency>
> + <groupId>org.glassfish.main.common</groupId>
> + <artifactId>glassfish-api</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> +
> + <dependency>
> <groupId>org.glassfish.main.web</groupId>
> <artifactId>weld-integration</artifactId>
> <version>${project.version}</version>
>
>
> thanks,
> -marina