dev@glassfish.java.net

please approve changed to distributions/web/pom.xml, distributions/glassfish/pom.xml

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 16 Apr 2009 18:10:27 -0700

Index: glassfish/pom.xml
===================================================================
--- glassfish/pom.xml (revision 26295)
+++ glassfish/pom.xml (working copy)
@@ -254,6 +254,16 @@
              <version>${project.version}</version>
              <type>distribution-fragment</type>
          </dependency>
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>amx-j2ee-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>mejb</artifactId>
+ <version>${project.version}</version>
+ </dependency>
      </dependencies>
  </project>

Index: web/pom.xml
===================================================================
--- web/pom.xml (revision 26295)
+++ web/pom.xml (working copy)
@@ -259,6 +259,21 @@
              <version>${project.version}</version>
          </dependency>
          <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>amx-core-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>amx-config-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>amx-ext-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
             <groupId>org.glassfish.registration</groupId>
             <artifactId>registration-impl</artifactId>
             <version>${project.version}</version>