Bumping netty dependency versions to 4.1.5.Final.

Including test fixes.

Few more places referencing atomix version

Change-Id: I48fb8fa255624a86ae12117845603f7d53f1c29e
diff --git a/features/features.xml b/features/features.xml
index d570e01..5e32db7 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -25,12 +25,13 @@
         <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
         <bundle>mvn:com.google.guava/guava/19.0</bundle>
         <bundle>mvn:io.netty/netty/3.10.5.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.0.40.Final</bundle>
-        <bundle>mvn:io.netty/netty-buffer/4.0.40.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.0.40.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.0.40.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.0.40.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.40.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.5.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.5.Final</bundle>
         <bundle>mvn:commons-pool/commons-pool/1.6</bundle>
         <bundle>mvn:org.apache.commons/commons-math3/3.6.1</bundle>
 
@@ -56,7 +57,7 @@
         <bundle>mvn:com.typesafe/config/1.2.1</bundle>
         <bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
         <bundle>mvn:commons-io/commons-io/2.4</bundle>
-        <bundle>mvn:io.atomix/atomix-all/1.0.0-rc9</bundle>
+        <bundle>mvn:io.atomix/atomix-all/1.0.0</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25</bundle>