Using latest atomix and copycat versions
Change-Id: Ie9bb91e578280e2786d4a212dfea3ebf63e9451c
diff --git a/utils/thirdparty/pom.xml b/utils/thirdparty/pom.xml
index 013a2d3..41443a2 100644
--- a/utils/thirdparty/pom.xml
+++ b/utils/thirdparty/pom.xml
@@ -50,6 +50,18 @@
</dependency>
<dependency>
+ <groupId>io.atomix.copycat</groupId>
+ <artifactId>copycat-client</artifactId>
+ <version>${atomix.copycat.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>io.atomix.copycat</groupId>
+ <artifactId>copycat-server</artifactId>
+ <version>${atomix.copycat.version}</version>
+ </dependency>
+
+ <dependency>
<!-- FIXME once fixes get merged to upstream -->
<groupId>org.onosproject</groupId>
<artifactId>copycat-api</artifactId>