Remove Grizzly

Remove grizzly library as reported by nexus iQ

Issue-ID: CLAMP-147
Change-Id: I2f27b34046a786fb0592dffd446d1ecf2d177320
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 6087029..70563ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,10 @@
 										<groupId>commons-io</groupId>
 										<artifactId>commons-io</artifactId>
 								</exclusion>
+								<exclusion>
+										<artifactId>grizzly-http</artifactId>
+										<groupId>org.glassfish.grizzly</groupId>
+								</exclusion>
 						</exclusions>
 				</dependency>
 				<dependency>