dev@glassfish.java.net

Re: Review for changes to EJB-Connector pom.xml file

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 21 Apr 2009 18:51:03 -0700

Hi Nachiappan,

Are you just adding the dependencies in ejb-connector so that the
admin-cli commands get packaged in this artifact? Which artifact
contains the list-timers admincli commands? Are you going to remove the
artifact from distributions?

Jane


Nachiappan Veerappan Nachiappan wrote:
> Hello,
>
> Please review the pom.xml changes of ejb-connector module for adding
> list-timers admin cli commands.
>
> Thanks,
> Nachiappan
>
> nachi:ejb-connector $ svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 26497)
> +++ pom.xml (working copy)
> @@ -79,5 +79,22 @@
> <groupId>com.sun.enterprise</groupId>
> <artifactId>hk2</artifactId>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.core</groupId>
> + <artifactId>kernel</artifactId>
> + <version>${project.version}</version>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.glassfish.tests</groupId>
> + <artifactId>utils</artifactId>
> + <version>${project.version}</version>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.glassfish.ejb</groupId>
> + <artifactId>ejb-internal-api</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> </dependencies>
> </project>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>