Removing hazelcat dependency throughout.

Change-Id: I738050fda142418d2956f613035892dac82ef098
diff --git a/incubator/store/pom.xml b/incubator/store/pom.xml
index ff569f8..b7439ef 100644
--- a/incubator/store/pom.xml
+++ b/incubator/store/pom.xml
@@ -58,21 +58,15 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-          <groupId>org.easymock</groupId>
-          <artifactId>easymock</artifactId>
-          <scope>test</scope>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
-          <groupId>org.onosproject</groupId>
-          <artifactId>onos-api</artifactId>
-          <classifier>tests</classifier>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-          <groupId>com.hazelcast</groupId>
-          <artifactId>hazelcast</artifactId>
-          <classifier>tests</classifier>
-          <scope>test</scope>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onos-api</artifactId>
+            <classifier>tests</classifier>
+            <scope>test</scope>
         </dependency>
     </dependencies>