dev@glassfish.java.net

Re: review request: main/nucleus/pom.xml

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Tue, 02 Apr 2013 18:46:42 +0200

On 4/2/13 6:37 PM, Shaun Pei wrote:
> Hi Romain
>
> I added a dependency to security module for dol.
Looks good.
>
>
> svn diff appserver/deployment/dol/pom.xml
> Index: appserver/deployment/dol/pom.xml
> ===================================================================
> --- appserver/deployment/dol/pom.xml (revision 61088)
> +++ appserver/deployment/dol/pom.xml (working copy)
> @@ -187,7 +187,12 @@
> <groupId>org.glassfish.annotations</groupId>
> <artifactId>logging-annotation-processor</artifactId>
> <optional>true</optional>
> - </dependency>
> + </dependency>
> + <dependency>
> + <groupId>org.glassfish.main.security</groupId>
> + <artifactId>security</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> </dependencies>
> <repositories>
> <repository>
>
>
> Please let me know of any issue.
>
>
> Regards
>
> Shaun