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>