Refactor configuration for ConfigPersister.
[controller.git] / opendaylight / netconf / config-persister-impl / pom.xml
index 461f22ac2ccc4bf7918062bd09094b2a0e00bc1e..daaf60c1d3662caaa7a5febdb8da90f43eca4e46 100644 (file)
         </dependency>
 
         <!-- test dependencies -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>netconf-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>netconf-util</artifactId>
+            <scope>test</scope>
+            <type>test-jar</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>