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>