aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-09 14:06:35 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-09 14:06:35 +0200
commita75076ba93f7967059cdf6dee3325f933708e6ec (patch)
tree9554e076f7ff1dd895717c2e242a3a28b015407a /pom.xml
parent6a5e92c5bb38f668b1be86adee513602f8151bb5 (diff)
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 60870299..70563efd 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>