dev@glassfish.java.net

please approve pom.xml changes to amx-core, amx-core-impl

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 14 May 2009 17:15:58 -0700

This change removes a dependency on the common/mbeanserver module (was
for a single interface, being moved to glassfish-api).

Index: amx-core-impl/pom.xml
===================================================================
--- amx-core-impl/pom.xml (revision 27346)
+++ amx-core-impl/pom.xml (working copy)
@@ -84,5 +84,12 @@
              <version>${project.version}</version>
          </dependency>

+
+ <dependency>
+ <groupId>org.glassfish.common</groupId>
+ <artifactId>glassfish-mbeanserver</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
      </dependencies>
  </project>
Index: amx-core/pom.xml
===================================================================
--- amx-core/pom.xml (revision 27346)
+++ amx-core/pom.xml (working copy)
@@ -68,12 +68,6 @@
                          <artifactId>glassfish-api</artifactId>
                          <version>${project.version}</version>
                  </dependency>
-
- <dependency>
- <groupId>org.glassfish.common</groupId>
- <artifactId>glassfish-mbeanserver</artifactId>
- <version>${project.version}</version>
- </dependency>
          
          </dependencies>
  </project>