dev@glassfish.java.net

web-naming pom.xml changes in trunk

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Thu, 01 Dec 2011 17:01:26 -0800

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.