Merge "Switch to using yangtools version of mockito-configuration"
[controller.git] / opendaylight / config / config-persister-directory-autodetect-adapter / pom.xml
index 0ec7726e3a03167856d742a45d3f812b106fa6f3..c94f63355c00befd6f5a2d1012e66a0c8f8602f4 100644 (file)
 
         <!-- test dependencies -->
         <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>config-persister-api</artifactId>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>