diff options
Diffstat (limited to 'profiles/http')
-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> |