Migrate off deprecated APIs, to mdsal.binding.api.DataBroker
[unimgr.git] / template-driver / pom.xml
index 6ca233462d55c361ac2a40ba4f5e11eab4e672a7..acc134d846c111f341e5f1edf61eb5722042e1d9 100644 (file)
@@ -19,7 +19,7 @@
     </parent>
 
     <properties>
-        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>2.6.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
             <scope>test</scope>
         </dependency>
 
+        <!-- dependencies to use AbstractConcurrentDataBrokerTest -->
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-adapter</artifactId>
             <version>${mdsal.version}</version>
+            <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <version>${mdsal.version}</version>
-            <type>test-jar</type>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-adapter</artifactId>
             <scope>test</scope>
         </dependency>
 
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>2.10.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>