Use SerializationUtils from sal-clustering-commons
[netconf.git] / netconf / netconf-topology-singleton / pom.xml
index e247fb5071c1a62541c62a932c60493b8990919c..861f745e7cb8acd49c8f6dfee7bf04216ed4c32a 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-clustering-commons</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-singleton-common-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <artifactId>akka-testkit_2.11</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-distributed-datastore</artifactId>
-        </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>