Implement md-sal datastore into netconf test-tool
[controller.git] / opendaylight / netconf / netconf-testtool / pom.xml
index ec7c88bee6f0230fd936fb7c42516b536c2ba675..92feb9d4919468d0cd1418e6fcaa2c8cb699e0b8 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>netty-config-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-inmemory-datastore</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>mdsal-netconf-connector</artifactId>
+        </dependency>
 
     </dependencies>