diff options
author | jitendra sharma <jitendra.sharma1@huawei.com> | 2020-03-05 09:51:28 +0000 |
---|---|---|
committer | jitendra sharma <jitendra.sharma1@huawei.com> | 2020-03-05 09:58:01 +0000 |
commit | bc3ff3a75919a7dad6c62148a5a2c39fb0e9b55c (patch) | |
tree | 1f6ed0f46d7f0179564599e907757b099b182258 | |
parent | 7fd4e74500eaf8d684f615495f7debddc146b888 (diff) |
Remove exclusion for netty-handler
Issue-ID: CLI-256
Signed-off-by: jitendra sharma <jitendra.sharma1@huawei.com>
Change-Id: Ic5dca493ed5132e587f49d84a2f1d71be4320f48
-rw-r--r-- | profiles/http/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 7e1e2e27..3e32bd53 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -87,7 +87,6 @@ Excluded commons-codec vulnerable version and added invulnerable version <version>${project.version}</version> <scope>test</scope> </dependency> - <!--excluded netty-handler --> <!-- excluded netty-codec-http and added invulnerable version --> <dependency> <groupId>com.github.dreamhead</groupId> @@ -102,10 +101,6 @@ Excluded commons-codec vulnerable version and added invulnerable version <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty-handler</artifactId> - </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> |