dev@glassfish.java.net

pom change review

From: Joseph Fialli <joe.fialli_at_oracle.com>
Date: Fri, 15 Oct 2010 11:17:00 -0400

  For ha-api integration

> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 41763)
> +++ pom.xml (working copy)
> @@ -170,7 +170,7 @@
> <l10n.version>3.0-b73</l10n.version>
> <asm.version>3.1</asm.version>
> <shoal.version>1.5.18</shoal.version>
> - <ha-api.version>3.1.1</ha-api.version>
> + <ha-api.version>3.1.4</ha-api.version>
> </properties>


New dependency added for new asadmin CLI (list-persistence-types).
> Index: cluster/admin/pom.xml
> ===================================================================
> --- cluster/admin/pom.xml (revision 41763)
> +++ cluster/admin/pom.xml (working copy)
> @@ -145,6 +145,10 @@
> <version>${project.version}</version>
> </dependency>
> <dependency>
> + <groupId>org.glassfish.ha</groupId>
> + <artifactId>ha-api</artifactId>
> + </dependency>
> + <dependency>
> <groupId>org.glassfish.tests</groupId>
> <artifactId>utils</artifactId>
> <version>${project.version}</version>
>
>
-Joe