Added custom transport implementaion (for Catalyst Transport) for all copycat specific communication
Change-Id: I801d973b7c3412f6a8efcec77fe73fc480b2ce6e
diff --git a/pom.xml b/pom.xml
index 13a3ef1..b43e246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<onos-build-conf.version>1.1</onos-build-conf.version>
<netty4.version>4.0.33.Final</netty4.version>
+ <!-- TODO: replace with final release version when it is out -->
+ <atomix.version>0.1.0-beta4</atomix.version>
<copycat.version>0.5.1.onos</copycat.version>
<openflowj.version>0.9.1.onos</openflowj.version>
<onos-maven-plugin.version>1.8-SNAPSHOT</onos-maven-plugin.version>
@@ -87,6 +89,7 @@
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<slf4j.version>1.7.6</slf4j.version>
<guava.version>19.0</guava.version>
+ <commons.io.version>2.4</commons.io.version>
<!-- TODO argLine was originally added maven-surfire-plugin configuration
to fix locale errors for non-US developers. However, it breaks
SonarQube's test coverage, so moving here for now. -->
@@ -801,4 +804,4 @@
</plugin>
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>