Fixed typo in features.xml
diff --git a/features/features.xml b/features/features.xml
index 0a840af..a9402cd 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -15,7 +15,7 @@
         <bundle>mvn:io.netty/netty-transport/4.0.23.Final</bundle>
         <bundle>mvn:io.netty/netty-handler/4.0.23.Final</bundle>
         <bundle>mvn:io.netty/netty-codec/4.0.23.Final</bundle>
-        <bundle>io.netty/netty-transport-native-epoll/4.0.23.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.23.Final</bundle>
         <bundle>mvn:commons-pool/commons-pool/1.6</bundle>
 
         <bundle>mvn:com.hazelcast/hazelcast/3.3</bundle>