pom.xml updates to include netty 4.0.23 and apache commons pool
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index 577376a..2451955 100644
--- a/core/store/dist/pom.xml
+++ b/core/store/dist/pom.xml
@@ -51,6 +51,15 @@
           <groupId>de.javakaffee</groupId>
           <artifactId>kryo-serializers</artifactId>
         </dependency>
+        <dependency>
+          <groupId>io.netty</groupId>
+          <artifactId>netty-all</artifactId>
+        </dependency>
+        <dependency>
+          <groupId>commons-pool</groupId>
+          <artifactId>commons-pool</artifactId>
+          <version>1.6</version>
+        </dependency>
     </dependencies>
 
     <build>