dev@glassfish.java.net

Re: pom.xml change review for nucleus/admin/util

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Fri, 08 Jun 2012 21:08:01 +0200

Looks fine.

Thanks,
Romain

On 6/8/12 8:40 PM, Tim Quinn wrote:
> 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>