moved Hazelcast based Mastership+Cluster store to onos-code-dist bundle

Change-Id: I304f916f3a400eaf050a5351825634349790e1bf
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index 6482729..7cb1a51 100644
--- a/core/store/dist/pom.xml
+++ b/core/store/dist/pom.xml
@@ -58,6 +58,10 @@
           <classifier>tests</classifier>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>com.hazelcast</groupId>
+          <artifactId>hazelcast</artifactId>
+        </dependency>
     </dependencies>
 
 </project>