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