diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-09 14:06:35 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-09 14:06:35 +0200 |
commit | a75076ba93f7967059cdf6dee3325f933708e6ec (patch) | |
tree | 9554e076f7ff1dd895717c2e242a3a28b015407a /pom.xml | |
parent | 6a5e92c5bb38f668b1be86adee513602f8151bb5 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |