diff --git a/pom.xml b/pom.xml
index 2867ff47c..1725ac89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,6 +200,14 @@
io.dropwizard.metrics
metrics-core
+
+ io.netty
+ netty-handler
+
+
+ io.netty
+ netty-transport-native-epoll
+
javax.activation
activation
diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py
index b5181bce1..9f715abd6 100644
--- a/scripts/process_licenses.py
+++ b/scripts/process_licenses.py
@@ -50,14 +50,6 @@
"com.nimbusds:nimbus-jose-jwt": APACHE_LICENSE,
"com.github.stephenc.jcip:jcip-annotations": APACHE_LICENSE,
"io.netty:netty-common": APACHE_LICENSE,
- "io.netty:netty-handler": APACHE_LICENSE,
- "io.netty:netty-resolver": APACHE_LICENSE,
- "io.netty:netty-buffer": APACHE_LICENSE,
- "io.netty:netty-transport": APACHE_LICENSE,
- "io.netty:netty-transport-native-unix-common": APACHE_LICENSE,
- "io.netty:netty-codec": APACHE_LICENSE,
- "io.netty:netty-transport-native-epoll": APACHE_LICENSE,
- "io.netty:netty-transport-classes-epoll": APACHE_LICENSE,
"com.google.re2j:re2j": GO_LICENSE,
"com.google.protobuf:protobuf-java": BSD_3_CLAUSE_LICENSE,
"com.google.code.gson:gson": APACHE_LICENSE,