Address review comments
[controller.git] / opendaylight / md-sal / mdsal-artifacts / pom.xml
index 312b9407500652b388b3a89d63aec570ea742e95..e1b20cbd8da1605fe955f3f2559787a337810470 100644 (file)
                 <artifactId>sal-clustering-commons</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-clustering-commons</artifactId>
+                <version>${project.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>sal-clustering-config</artifactId>
                 <artifactId>cds-access-api</artifactId>
                 <version>1.1.0-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-client</artifactId>
+                <version>1.1.0-SNAPSHOT</version>
+            </dependency>
 
             <!-- RESTCONF -->
             <dependency>