dev@glassfish.java.net

pom.xml change review for nucleus/admin/util

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Fri, 8 Jun 2012 13:40:48 -0500

Hi.

I have added some logging using the new API which Raj has indicated needs the added dependency.

Thanks.

- Tim

Index: main/nucleus/admin/util/pom.xml
===================================================================
--- main/nucleus/admin/util/pom.xml (revision 54508)
+++ main/nucleus/admin/util/pom.xml (working copy)
@@ -152,5 +152,10 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+ <dependency>
+ <groupId>org.glassfish.annotations</groupId>
+ <artifactId>logging-annotation-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
     </dependencies>
 </project>