aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChristophe Closset <cc697w@intl.att.com>2018-04-09 16:01:04 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-09 16:01:04 +0000
commit2a4e0569bc3250b0c8f8cc97a69ea6baed9dc68d (patch)
treef7f39ae04bbf4665b29d2e0070bf22e41d0d9a04 /pom.xml
parent9103cc76d8e9fb716614552f503f386fe43b488a (diff)
parenta75076ba93f7967059cdf6dee3325f933708e6ec (diff)
Merge "Remove Grizzly"
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 0ea91c1a..10497d18 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>