Looks fine.
Thanks,
Romain
Le 13/09/12 01:47, Amy Roh a écrit :
> Hi,
>
> Please review this change which is required for logging migration.
>
> Thanks,
> Amy
>
> Index: appserver/web/web-glue/pom.xml
> ===================================================================
> --- appserver/web/web-glue/pom.xml (revision 55929)
> +++ appserver/web/web-glue/pom.xml (working copy)
> @@ -266,5 +266,10 @@
> <artifactId>metainf-services</artifactId>
> <optional>true</optional>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.annotations</groupId>
> + <artifactId>logging-annotation-processor</artifactId>
> + <optional>true</optional>
> + </dependency>
> </dependencies>
> </project>