dev@glassfish.java.net

pom.xml change in web-naming

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Wed, 30 Nov 2011 15:04:38 -0800

I would like to change the web/web-naming/pom.xml as follows:
Please let me know if this is ok.
Shing Wai Chan

web/web-naming $ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 51214)
+++ pom.xml (working copy)
@@ -84,5 +84,9 @@
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.grizzly</groupId>
+ <artifactId>grizzly-utils</artifactId>
+ </dependency>
</dependencies>
</project>