aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-07-02 14:31:21 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-02 14:31:21 +0000
commite4a00ecdf72d5b743cd62fc784132141cb614e36 (patch)
treed43e514b09a67a4ff54d57bcaaf8e3b8f95d6b38
parent33a82d64d048f5e9d33f851bac87663575beaf3a (diff)
parent215a355d3379135f02903261836d7afbe97bfa71 (diff)
Merge "Exclude grizzly http server"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bce8a48eb..9821f3d23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
- <artifactId>grizzly-http</artifactId>
+ <artifactId>grizzly-http-server</artifactId>
<groupId>org.glassfish.grizzly</groupId>
</exclusion>
</exclusions>