dev@glassfish.java.net

Resending: pom.xml review

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 12 Apr 2013 09:21:47 -0700

On 4/11/13 11:02 AM, 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:
>
> 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