Hi,
Please review this change which is required for logging migration.
Thanks,
Amy
Index: appserver/web/web-naming/pom.xml
===================================================================
--- appserver/web/web-naming/pom.xml (revision 56039)
+++ appserver/web/web-naming/pom.xml (working copy)
@@ -82,5 +82,10 @@
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.annotations</groupId>
+ <artifactId>logging-annotation-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
</project>