diff --git a/COMPONENTS.md b/COMPONENTS.md
index 8cbc6d5393..ee8b2550b1 100644
--- a/COMPONENTS.md
+++ b/COMPONENTS.md
@@ -1,6 +1,9 @@
+# Components
+
| Name | Version |
|-----------------------|---------------|
| Eclipse Grizzly | 4.0.2 |
| Eclipse Grizzly NPN | 2.0.0 |
-| RedHat Weld | 5.1.2.Final |
+| Netty | 4.1.108.Final |
| RedHat Undertow | 2.3.12.Final |
+| RedHat Weld | 5.1.2.Final |
diff --git a/http/netty/pom.xml b/http/netty/pom.xml
index 458f741b81..a9fca6638e 100644
--- a/http/netty/pom.xml
+++ b/http/netty/pom.xml
@@ -13,7 +13,9 @@
jar
Piranha - HTTP - Netty Integration
-
+
+ 4.1.108.Final
+
@@ -25,21 +27,25 @@
io.netty
netty-buffer
+ ${netty.version}
compile
io.netty
netty-codec-http
+ ${netty.version}
compile
io.netty
netty-codec-http2
+ ${netty.version}
compile
io.netty
netty-transport
+ ${netty.version}
compile
diff --git a/pom.xml b/pom.xml
index baa18a0d98..a8c19d5c01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,6 @@
4.0.0-alpha-13
3.11.0
2.0.2
- 4.1.108.Final
0.3
0.4
0.13
@@ -390,39 +389,7 @@
hazelcast
${hazelcast.version}
-
-
-
- io.netty
- netty-buffer
- ${netty.version}
-
-
- io.netty
- netty-codec-http
- ${netty.version}
-
-
- io.netty
- netty-codec-http2
- ${netty.version}
-
-
- io.netty
- netty-common
- ${netty.version}
-
-
- io.netty
- netty-handler
- ${netty.version}
-
-
- io.netty
- netty-transport
- ${netty.version}
-
-
+
ee.omnifish
diff --git a/test/debug/pom.xml b/test/debug/pom.xml
index 4bf50f34c5..bd28c44d9e 100644
--- a/test/debug/pom.xml
+++ b/test/debug/pom.xml
@@ -526,32 +526,6 @@
hazelcast
-
-
- io.netty
- netty-buffer
-
-
- io.netty
- netty-codec-http
-
-
- io.netty
- netty-codec-http2
-
-
- io.netty
- netty-common
-
-
- io.netty
- netty-handler
-
-
- io.netty
- netty-transport
-
-
org.omnifaces