diff --git a/distribution/pom.xml b/distribution/pom.xml
index 1e713fee184d24671d7243a9008a2bd0749d3a1e..7aca65212354814ec6c0d5eb35d71600847619d6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -134,6 +134,11 @@ LICENSE file.
       <artifactId>orientdb-binding</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.yahoo.ycsb</groupId>
+      <artifactId>rados-binding</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>com.yahoo.ycsb</groupId>
       <artifactId>redis-binding</artifactId>
diff --git a/pom.xml b/pom.xml
index 34dc3c24b6fa5f20a4afa5eb0962c1f02b2cbc70..eb27af2c6e9e31e5969b1698e6edaa27bc600c1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,12 +122,12 @@ LICENSE file.
     <module>mongodb</module>
     <module>nosqldb</module>
     <module>orientdb</module>
+    <module>rados</module>
     <module>redis</module>
     <module>s3</module>
     <module>solr</module>
     <module>tarantool</module>
     <!--<module>voldemort</module>-->
-    <module>rados</module>
   </modules>
 
   <build>
diff --git a/rados/pom.xml b/rados/pom.xml
index 3d64dc1c491b4eddab350799a7c720a960f49aff..d71e847004264e7d169b43ebd82a63b22e87a05c 100644
--- a/rados/pom.xml
+++ b/rados/pom.xml
@@ -47,6 +47,7 @@ LICENSE file.
 		<version>${json.version}</version>
 	</dependency>
   </dependencies>
+  
   <properties>
   	<rados.version>0.3.0-SNAPSHOT</rados.version>
   	<json.version>20160212</json.version>