Cleanup cds-access-api dependencies
[controller.git] / opendaylight / md-sal / cds-access-client / pom.xml
index e6decf46df56eff3be3eb735e0d1e8e91c77b602..796a92c1b4d19f5ebb8508c64b17849b68e7a5ad 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.4-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-api</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sal-clustering-commons</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.mockito</groupId>