increased test coverage of config-persister
[controller.git] / opendaylight / config / config-persister-file-adapter / pom.xml
index b16cb2b6f366070b95a12ec7b61af3e36e343714..3cd3e907b3a63682e5bcb0f87df23df038e96a11 100644 (file)
             <artifactId>mockito-configuration</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>config-persister-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>