Use SerializationUtils from sal-clustering-commons
[netconf.git] / netconf / netconf-topology-singleton / pom.xml
index 34db91e61010099c84fbac4c554a7e40645eb086..861f745e7cb8acd49c8f6dfee7bf04216ed4c32a 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.5.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
             <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>
@@ -73,4 +84,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>