dev@glassfish.java.net

pom.xml change for amx-ext-impl -- please approve

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Tue, 30 Jun 2009 10:45:20 -0700

This change is to support the restartDomain() functionality in AMX
Runtime MBean.

llcMP:code llc$ svn diff common/amx-ext-impl/pom.xml
Index: common/amx-ext-impl/pom.xml
===================================================================
--- common/amx-ext-impl/pom.xml (revision 28316)
+++ common/amx-ext-impl/pom.xml (working copy)
@@ -64,6 +64,12 @@

          <dependencies>
                  <dependency>
+ <groupId>org.glassfish.core</groupId>
+ <artifactId>kernel</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
                          <groupId>org.glassfish.common</groupId>
                          <artifactId>amx-core-impl</artifactId>
                          <version>${project.version}</version>