dev@glassfish.java.net

Pom.xml for review...

From: Satish Kumar <Satish.Kumar_at_Sun.COM>
Date: Mon, 20 Apr 2009 21:30:41 +0530

Folks,

I have added a few dependencies in the jms/admin/pom.xml required for
the *-jms-dest CLI commands. Can you pls review these changes and let me
know if I can check-in.

Thx,
Satish

--- admin/pom.xml (revision 26318)
+++ admin/pom.xml (working copy)
@@ -113,6 +113,16 @@
            <artifactId>admin-cli</artifactId>
            <version>${project.version}</version>
        </dependency>
+ <dependency>
+ <groupId>org.glassfish.connectors</groupId>
+ <artifactId>connectors-internal-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jms</groupId>
+ <artifactId>jms-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
    </dependencies>
</project>