diff options
author | Christophe Closset <cc697w@intl.att.com> | 2018-04-09 16:01:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 16:01:04 +0000 |
commit | 2a4e0569bc3250b0c8f8cc97a69ea6baed9dc68d (patch) | |
tree | f7f39ae04bbf4665b29d2e0070bf22e41d0d9a04 | |
parent | 9103cc76d8e9fb716614552f503f386fe43b488a (diff) | |
parent | a75076ba93f7967059cdf6dee3325f933708e6ec (diff) |
Merge "Remove Grizzly"
-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> |