WIP: Partitioned Database based on Raft.
Removed the implementation based on previous Copycat API.

Change-Id: I6b9d67e943e17095f585ae2a2cb6304c248cd686
diff --git a/utils/thirdparty/pom.xml b/utils/thirdparty/pom.xml
index af4b7e74..eb77eca 100644
--- a/utils/thirdparty/pom.xml
+++ b/utils/thirdparty/pom.xml
@@ -31,6 +31,14 @@
 
   <description>ONLab third-party dependencies</description>
 
+  <!-- TODO: Needed for copycat snapshot. Remove before official release -->
+  <repositories>
+    <repository>
+      <id>snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </repository>
+  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>com.googlecode.concurrent-trees</groupId>
@@ -47,14 +55,14 @@
         <dependency>
           <!-- FIXME once fixes get merged to upstream -->
           <groupId>org.onosproject</groupId>
-            <artifactId>copycat</artifactId>
+            <artifactId>copycat-api</artifactId>
             <version>${copycat.version}</version>
         </dependency>
 
         <dependency>
           <!-- FIXME once fixes get merged to upstream -->
           <groupId>org.onosproject</groupId>
-            <artifactId>copycat-tcp</artifactId>
+            <artifactId>copycat-netty</artifactId>
             <version>${copycat.version}</version>
         </dependency>