CDS: Implement front-end support for local transactions
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / pom.xml
index 906847426c6087d9b486de7aeb3237f28f971a7f..a19cbb7eeb6acc830606bc95d83dafd25128a490 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>sal-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-inmemory-datastore</artifactId>
       <artifactId>binding-generator-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>mockito-configuration</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-test-model</artifactId>
       <scope>test</scope>
-      <version>${project.version}</version>
-    </dependency>
+      </dependency>
   </dependencies>
 
   <build>