I would like to change the web-naming/pom.xml as follows:
src/main/appserver/web/web-naming $ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 51239)
+++ pom.xml (working copy)
@@ -75,5 +75,9 @@
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.grizzly</groupId>
+ <artifactId>grizzly-framework</artifactId>
+ </dependency>
</dependencies>
</project>
Note that the previous change email for the same file is for 3.1.2.
In trunk, one need to use grizzly-framework rather than grizzly-util.