diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-07-02 14:31:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-02 14:31:21 +0000 |
commit | e4a00ecdf72d5b743cd62fc784132141cb614e36 (patch) | |
tree | d43e514b09a67a4ff54d57bcaaf8e3b8f95d6b38 /pom.xml | |
parent | 33a82d64d048f5e9d33f851bac87663575beaf3a (diff) | |
parent | 215a355d3379135f02903261836d7afbe97bfa71 (diff) |
Merge "Exclude grizzly http server"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |