aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-07-02 16:12:21 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-07-02 16:12:21 +0200
commit215a355d3379135f02903261836d7afbe97bfa71 (patch)
treea2dfb9d9844750d1af33e06d7c87f481824194a6 /pom.xml
parentbb302a1c2c6d9295df279716dcb2289f76200de9 (diff)
Exclude grizzly http server
Exclude grizzly http server library from build as it's not used Issue-ID: CLAMP-192 Change-Id: I5f9b6c63a38a477191bf85fe5b032f01c0fb2ccb Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 091c57b1..b2a397fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,7 +364,7 @@
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
- <artifactId>grizzly-http</artifactId>
+ <artifactId>grizzly-http-server</artifactId>
<groupId>org.glassfish.grizzly</groupId>
</exclusion>
</exclusions>