Exclude grizzly http server 29/55629/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 2 Jul 2018 14:12:21 +0000 (16:12 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 2 Jul 2018 14:12:21 +0000 (16:12 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 091c57b..b2a397f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                <artifactId>commons-io</artifactId>
                                                                </exclusion>
                                                                <exclusion>
-                                                                               <artifactId>grizzly-http</artifactId>
+                                                                               <artifactId>grizzly-http-server</artifactId>
                                                                                <groupId>org.glassfish.grizzly</groupId>
                                                                </exclusion>
                                                </exclusions>