Remove exclusion for netty-handler 12/103112/2
authorjitendra sharma <jitendra.sharma1@huawei.com>
Thu, 5 Mar 2020 09:51:28 +0000 (09:51 +0000)
committerjitendra sharma <jitendra.sharma1@huawei.com>
Thu, 5 Mar 2020 09:58:01 +0000 (09:58 +0000)
Issue-ID: CLI-256

Signed-off-by: jitendra sharma <jitendra.sharma1@huawei.com>
Change-Id: Ic5dca493ed5132e587f49d84a2f1d71be4320f48

profiles/http/pom.xml

index 7e1e2e2..3e32bd5 100644 (file)
@@ -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>